#EECDCC

Color #EECDCC Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #EECDCC

Tints of Vanilla Ice #EECDCC

Color information

#EECDCC (or 0xEECDCC) is unknown color: approx Vanilla Ice. HEX triplet: EE, CD and CC. RGB value is (238,205,204). Sum of RGB (Red+Green+Blue) = 238+205+204=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDCC is #113233. Grayscale: #D6D6D6. Windows color (decimal): -1126964 or 13422062. OLE color: 13422062.

HSL color Cylindrical-coordinate representation of color #EECDCC: hue angle of 1.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 #EECDCC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238205204-
CMYK00.140.140.07
HSL1.76º50%86.67%-
HSV(B)1.76º14.29%93.33%-
XYZ67.9966.266.32-
YUV214.75121.93144.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=36.79%
G=31.68%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820520400.140.140.071.765086.67
HexEECDCC0EE723257
Octal356315314016167262127
Binary111011101100110111001100011101110111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDCC; }

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

 H1.HeaderClassName
 {
   color: #EECDCC;
 }
 .AnyTagClassName
 {
   color: #EECDCC;
 }
</style>
background-color css

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

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

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

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

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

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