#EDCBCA

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

Shades of Vanilla Ice #EDCBCA

Tints of Vanilla Ice #EDCBCA

Color information

#EDCBCA (or 0xEDCBCA) is unknown color: approx Vanilla Ice. HEX triplet: ED, CB and CA. RGB value is (237,203,202). Sum of RGB (Red+Green+Blue) = 237+203+202=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCA is #123435. Grayscale: #D5D5D5. Windows color (decimal): -1193014 or 13290477. OLE color: 13290477.

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

Color convert

RGB237203202-
CMYK00.140.150.07
HSL1.71º49.3%86.08%-
HSV(B)1.71º14.77%92.94%-
XYZ66.9464.9864.89-
YUV213.05121.76145.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=36.92%
G=31.62%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720320200.140.150.071.7149.386.08
HexEDCBCA0EF723156
Octal355313312016177261126
Binary111011011100101111001010011101111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBCA; }

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

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

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

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

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

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

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

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