Html Css Color HEX #EEDECC Almond

📋 copy color: '#EEDECC'

red 238 ◦ green 222 ◦ blue 204

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

Shades of Almond #EEDECC

Tints of Almond #EEDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.43%

 BLUE value IS 204 (80.08% from 255) = 30.72%

R = 35.84%
G = 33.43%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEDECC (or 0xEEDECC) is known color: Almond. HEX triplet: EE, DE and CC. RGB value is (238,222,204). Sum of RGB (Red+Green+Blue) = 238+222+204=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECC is #112133. Grayscale: #E0E0E0. Windows color (decimal): -1122612 or 13426414. OLE color: 13426414.

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

Color convert

RGB 238 222 204 -
CMYK 0 0.07 0.14 0.07
HSL 31.76º 0.5% 0.87% -
HSV(B) 31.76º 0.14% 0.93% -
XYZ 72.28 74.78 67.75 -
YUV 224.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 238 222 204 0 0.07 0.14 0.07 31.76 0.5 0.87
Hex EE DE CC 0 7 E 7 20 32 57
Octal 356 336 314 0 7 16 7 40 62 127
Binary 11101110 11011110 11001100 0 111 1110 111 100000 110010 1010111

Color Harmonies of #EEDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDECC

Black with #EEDECC

Text Example


Text Example

White with #EEDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDECC; }

 p { color: rgb(238,222,204); }

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

background-color css

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

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

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

border-color css

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

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

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