#EDCBCB

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

Shades of Vanilla Ice #EDCBCB

Tints of Vanilla Ice #EDCBCB

Color information

#EDCBCB (or 0xEDCBCB) is unknown color: approx Vanilla Ice. HEX triplet: ED, CB and CB. RGB value is (237,203,203). Sum of RGB (Red+Green+Blue) = 237+203+203=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCB is #123434. Grayscale: #D5D5D5. Windows color (decimal): -1193013 or 13356013. OLE color: 13356013.

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

Color convert

RGB237203203-
CMYK00.140.140.07
HSL48.57%86.27%-
HSV(B)14.35%92.94%-
XYZ67.0665.0365.52-
YUV213.17122.26145-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=36.86%
G=31.57%
B=31.57%

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
Decimal23720320300.140.140.07048.5786.27
HexEDCBCB0EE703156
Octal355313313016167061126
Binary11101101110010111100101101110111011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBCB; }

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

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

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

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

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

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

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

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