Html Css Color HEX #EDEDEE Lavender

📋 copy color: '#EDEDEE'

red 237 ◦ green 237 ◦ blue 238

#EDEDEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #EDEDEE

Tints of Lavender #EDEDEE

RGB

 RED value IS 237 (92.97% from 255) = 33.29%

 GREEN value IS 237 (92.97% from 255) = 33.29%

 BLUE value IS 238 (93.36% from 255) = 33.43%

R = 33.29%
G = 33.29%
B = 33.43%

CMYK

 C value IS 0.00

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDEDEE (or 0xEDEDEE) is known color: Lavender. HEX triplet: ED, ED and EE. RGB value is (237,237,238). Sum of RGB (Red+Green+Blue) = 237+237+238=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDEE is #121211. Grayscale: #EDEDED. Windows color (decimal): -1184274 or 15658477. OLE color: 15658477.

HSL color Cylindrical-coordinate representation of color #EDEDEE: hue angle of 240º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EDEDEE is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 238 -
CMYK 0.00 0.00 0 0.07
HSL 240º 0.03% 0.93% -
HSV(B) 240º 0% 0.93% -
XYZ 80.64 84.75 93 -
YUV 237.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 237 237 238 0.00 0.00 0 0.07 240 0.03 0.93
Hex ED ED EE 0 0 0 7 F0 3 5D
Octal 355 355 356 0 0 0 7 360 3 135
Binary 11101101 11101101 11101110 0 0 0 111 11110000 11 1011101

Color Harmonies of #EDEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDEE

Black with #EDEDEE

Text Example


Text Example

White with #EDEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDEE; }

 p { color: rgb(237,237,238); }

 H1.HeaderClassName
 {
   color: #EDEDEE;
 }
 .AnyTagClassName
 {
   color: #EDEDEE;
 }
</style>

background-color css

<style>
 a { background-color: #EDEDEE; }

 a { background-color: rgb(237,237,238); }

 div.DivClassName
 {
   background-color: #EDEDEE;
 }
 .BgClassName
 {
   background-color: #EDEDEE;
 }
</style>

border-color css

<style>
 span { border-color: #EDEDEE; }

 span { border-color: rgb(237,237,238); }

 td.TdClassName
 {
   border-color: #EDEDEE;
 }
 .TagClassName
 {
   border-color: #EDEDEE;
 }
</style>