#EFCECE

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

Shades of Vanilla Ice #EFCECE

Tints of Vanilla Ice #EFCECE

Color information

#EFCECE (or 0xEFCECE) is unknown color: approx Vanilla Ice. HEX triplet: EF, CE and CE. RGB value is (239,206,206). Sum of RGB (Red+Green+Blue) = 239+206+206=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECE is #103131. Grayscale: #D7D7D7. Windows color (decimal): -1061170 or 13553391. OLE color: 13553391.

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

Color convert

RGB239206206-
CMYK00.140.140.06
HSL50.77%87.25%-
HSV(B)13.81%93.73%-
XYZ68.8166.9567.69-
YUV215.87122.43144.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=36.71%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920620600.140.140.06050.7787.25
HexEFCECE0EE603357
Octal357316316016166063127
Binary11101111110011101100111001110111011001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCECE; }

 p { color: rgb(239,206,206); }

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

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

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

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

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

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

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