#EDCDCB

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

Shades of Vanilla Ice #EDCDCB

Tints of Vanilla Ice #EDCDCB

Color information

#EDCDCB (or 0xEDCDCB) is unknown color: approx Vanilla Ice. HEX triplet: ED, CD and CB. RGB value is (237,205,203). Sum of RGB (Red+Green+Blue) = 237+205+203=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCB is #123234. Grayscale: #D6D6D6. Windows color (decimal): -1192501 or 13356525. OLE color: 13356525.

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

Color convert

RGB237205203-
CMYK00.140.140.07
HSL3.53º48.57%86.27%-
HSV(B)3.53º14.35%92.94%-
XYZ67.5465.9865.68-
YUV214.34121.6144.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=36.74%
G=31.78%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720520300.140.140.073.5348.5786.27
HexEDCDCB0EE743156
Octal355315313016167461126
Binary1110110111001101110010110111011101111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDCB; }

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

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

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

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

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

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

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

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