#EECBCA

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

Shades of Vanilla Ice #EECBCA

Tints of Vanilla Ice #EECBCA

Color information

#EECBCA (or 0xEECBCA) is unknown color: approx Vanilla Ice. HEX triplet: EE, CB and CA. RGB value is (238,203,202). Sum of RGB (Red+Green+Blue) = 238+203+202=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCA is #113435. Grayscale: #D5D5D5. Windows color (decimal): -1127478 or 13290478. OLE color: 13290478.

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

Color convert

RGB238203202-
CMYK00.150.150.07
HSL1.67º51.43%86.27%-
HSV(B)1.67º15.13%93.33%-
XYZ67.2865.1564.91-
YUV213.35121.6145.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=37.01%
G=31.57%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820320200.150.150.071.6751.4386.27
HexEECBCA0FF723356
Octal356313312017177263126
Binary111011101100101111001010011111111111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBCA; }

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

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

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

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

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

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

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

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