#EDCDCA

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

Shades of Vanilla Ice #EDCDCA

Tints of Vanilla Ice #EDCDCA

Color information

#EDCDCA (or 0xEDCDCA) is unknown color: approx Vanilla Ice. HEX triplet: ED, CD and CA. RGB value is (237,205,202). Sum of RGB (Red+Green+Blue) = 237+205+202=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCA is #123235. Grayscale: #D6D6D6. Windows color (decimal): -1192502 or 13290989. OLE color: 13290989.

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

Color convert

RGB237205202-
CMYK00.140.150.07
HSL5.14º49.3%86.08%-
HSV(B)5.14º14.77%92.94%-
XYZ67.4265.9365.05-
YUV214.23121.1144.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=36.80%
G=31.83%
B=31.37%

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
Decimal23720520200.140.150.075.1449.386.08
HexEDCDCA0EF753156
Octal355315312016177561126
Binary1110110111001101110010100111011111111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDCA; }

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

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

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

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

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

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

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

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