#EDCCCB

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

Shades of Vanilla Ice #EDCCCB

Tints of Vanilla Ice #EDCCCB

Color information

#EDCCCB (or 0xEDCCCB) is unknown color: approx Vanilla Ice. HEX triplet: ED, CC and CB. RGB value is (237,204,203). Sum of RGB (Red+Green+Blue) = 237+204+203=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCCB is #123334. Grayscale: #D5D5D5. Windows color (decimal): -1192757 or 13356269. OLE color: 13356269.

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

Color convert

RGB237204203-
CMYK00.140.140.07
HSL1.76º48.57%86.27%-
HSV(B)1.76º14.35%92.94%-
XYZ67.365.565.6-
YUV213.75121.93144.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=36.80%
G=31.68%
B=31.52%

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
Decimal23720420300.140.140.071.7648.5786.27
HexEDCCCB0EE723156
Octal355314313016167261126
Binary111011011100110011001011011101110111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCCB; }

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

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

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

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

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

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

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

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