#EDCECE

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

Shades of Vanilla Ice #EDCECE

Tints of Vanilla Ice #EDCECE

Color information

#EDCECE (or 0xEDCECE) is unknown color: approx Vanilla Ice. HEX triplet: ED, CE and CE. RGB value is (237,206,206). Sum of RGB (Red+Green+Blue) = 237+206+206=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECE is #123131. Grayscale: #D7D7D7. Windows color (decimal): -1192242 or 13553389. OLE color: 13553389.

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

Color convert

RGB237206206-
CMYK00.130.130.07
HSL46.27%86.86%-
HSV(B)13.08%92.94%-
XYZ68.1466.667.66-
YUV215.27122.77143.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=36.52%
G=31.74%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720620600.130.130.07046.2786.86
HexEDCECE0DD702e57
Octal355316316015157056127
Binary11101101110011101100111001101110111101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCECE; }

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

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

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

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

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

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

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

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