#EFCCCA

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

Shades of Vanilla Ice #EFCCCA

Tints of Vanilla Ice #EFCCCA

Color information

#EFCCCA (or 0xEFCCCA) is unknown color: approx Vanilla Ice. HEX triplet: EF, CC and CA. RGB value is (239,204,202). Sum of RGB (Red+Green+Blue) = 239+204+202=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCA is #103335. Grayscale: #D6D6D6. Windows color (decimal): -1061686 or 13290735. OLE color: 13290735.

HSL color Cylindrical-coordinate representation of color #EFCCCA: hue angle of 3.24º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCCA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239204202-
CMYK00.150.150.06
HSL3.24º53.62%86.47%-
HSV(B)3.24º15.48%93.73%-
XYZ67.8565.865-
YUV214.24121.1145.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=37.05%
G=31.63%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920420200.150.150.063.2453.6286.47
HexEFCCCA0FF633656
Octal357314312017176366126
Binary111011111100110011001010011111111110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCCA; }

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

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

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

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

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

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

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

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