#EDC9C9

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

Shades of Vanilla Ice #EDC9C9

Tints of Vanilla Ice #EDC9C9

Color information

#EDC9C9 (or 0xEDC9C9) is unknown color: approx Vanilla Ice. HEX triplet: ED, C9 and C9. RGB value is (237,201,201). Sum of RGB (Red+Green+Blue) = 237+201+201=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C9 is #123636. Grayscale: #D3D3D3. Windows color (decimal): -1193527 or 13224429. OLE color: 13224429.

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

Color convert

RGB237201201-
CMYK00.150.150.07
HSL50%85.88%-
HSV(B)15.19%92.94%-
XYZ66.3563.9964.11-
YUV211.76121.93146-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=37.09%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720120100.150.150.0705085.88
HexEDC9C90FF703256
Octal355311311017177062126
Binary11101101110010011100100101111111111101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9C9; }

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

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

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

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

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

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

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

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