#EECCCA

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

Shades of Vanilla Ice #EECCCA

Tints of Vanilla Ice #EECCCA

Color information

#EECCCA (or 0xEECCCA) is unknown color: approx Vanilla Ice. HEX triplet: EE, CC and CA. RGB value is (238,204,202). Sum of RGB (Red+Green+Blue) = 238+204+202=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCCA is #113335. Grayscale: #D5D5D5. Windows color (decimal): -1127222 or 13290734. OLE color: 13290734.

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

Color convert

RGB238204202-
CMYK00.140.150.07
HSL3.33º51.43%86.27%-
HSV(B)3.33º15.13%93.33%-
XYZ67.5165.6364.99-
YUV213.94121.26145.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=36.96%
G=31.68%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820420200.140.150.073.3351.4386.27
HexEECCCA0EF733356
Octal356314312016177363126
Binary111011101100110011001010011101111111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCCA; }

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

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

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

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

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

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

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

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