Html Css Color HEX #EEEDFC Lavender

📋 copy color: '#EEEDFC'

red 238 ◦ green 237 ◦ blue 252

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

Shades of Lavender #EEEDFC

Tints of Lavender #EEEDFC

RGB

 RED value IS 238 (93.36% from 255) = 32.74%

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

 BLUE value IS 252 (98.83% from 255) = 34.66%

R = 32.74%
G = 32.6%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEEDFC (or 0xEEEDFC) is known color: Lavender. HEX triplet: EE, ED and FC. RGB value is (238,237,252). Sum of RGB (Red+Green+Blue) = 238+237+252=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFC is #111203. Grayscale: #EEEEEE. Windows color (decimal): -1118724 or 16575982. OLE color: 16575982.

HSL color Cylindrical-coordinate representation of color #EEEDFC: hue angle of 244º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEDFC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 237 252 -
CMYK 0.06 0.06 0 0.01
HSL 244º 0.71% 0.96% -
HSV(B) 244º 0.06% 0.99% -
XYZ 83.11 85.77 104.27 -
YUV 239.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 238 237 252 0.06 0.06 0 0.01 244 0.71 0.96
Hex EE ED FC 6 6 0 1 F4 47 60
Octal 356 355 374 6 6 0 1 364 107 140
Binary 11101110 11101101 11111100 110 110 0 1 11110100 1000111 1100000

Color Harmonies of #EEEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDFC

Black with #EEEDFC

Text Example


Text Example

White with #EEEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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