#EDCECB

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

Shades of Vanilla Ice #EDCECB

Tints of Vanilla Ice #EDCECB

Color information

#EDCECB (or 0xEDCECB) is unknown color: approx Vanilla Ice. HEX triplet: ED, CE and CB. RGB value is (237,206,203). Sum of RGB (Red+Green+Blue) = 237+206+203=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECB is #123134. Grayscale: #D6D6D6. Windows color (decimal): -1192245 or 13356781. OLE color: 13356781.

HSL color Cylindrical-coordinate representation of color #EDCECB: hue angle of 5.29º degrees, saturation: 0.49, 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 #EDCECB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237206203-
CMYK00.130.140.07
HSL5.29º48.57%86.27%-
HSV(B)5.29º14.35%92.94%-
XYZ67.7866.4665.76-
YUV214.93121.27143.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=36.69%
G=31.89%
B=31.42%

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
Decimal23720620300.130.140.075.2948.5786.27
HexEDCECB0DE753156
Octal355316313015167561126
Binary1110110111001110110010110110111101111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCECB; }

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

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

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

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

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

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

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

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