#EDCFCD

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

Shades of Vanilla Ice #EDCFCD

Tints of Vanilla Ice #EDCFCD

Color information

#EDCFCD (or 0xEDCFCD) is unknown color: approx Vanilla Ice. HEX triplet: ED, CF and CD. RGB value is (237,207,205). Sum of RGB (Red+Green+Blue) = 237+207+205=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCD is #123032. Grayscale: #D7D7D7. Windows color (decimal): -1191987 or 13488109. OLE color: 13488109.

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

Color convert

RGB237207205-
CMYK00.130.140.07
HSL3.75º47.06%86.67%-
HSV(B)3.75º13.5%92.94%-
XYZ68.2667.0467.1-
YUV215.74121.94143.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=36.52%
G=31.90%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720720500.130.140.073.7547.0686.67
HexEDCFCD0DE742f57
Octal355317315015167457127
Binary1110110111001111110011010110111101111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFCD; }

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

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

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

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

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

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

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

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