#EDCECC

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

Shades of Vanilla Ice #EDCECC

Tints of Vanilla Ice #EDCECC

Color information

#EDCECC (or 0xEDCECC) is unknown color: approx Vanilla Ice. HEX triplet: ED, CE and CC. RGB value is (237,206,204). Sum of RGB (Red+Green+Blue) = 237+206+204=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECC is #123133. Grayscale: #D7D7D7. Windows color (decimal): -1192244 or 13422317. OLE color: 13422317.

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

Color convert

RGB237206204-
CMYK00.130.140.07
HSL3.64º47.83%86.47%-
HSV(B)3.64º13.92%92.94%-
XYZ67.966.5166.39-
YUV215.04121.77143.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=36.63%
G=31.84%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720620400.130.140.073.6447.8386.47
HexEDCECC0DE743056
Octal355316314015167460126
Binary1110110111001110110011000110111101111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCECC; }

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

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

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

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

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

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

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

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