#EDC9C7

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

Shades of Vanilla Ice #EDC9C7

Tints of Vanilla Ice #EDC9C7

Color information

#EDC9C7 (or 0xEDC9C7) is unknown color: approx Vanilla Ice. HEX triplet: ED, C9 and C7. RGB value is (237,201,199). Sum of RGB (Red+Green+Blue) = 237+201+199=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C7 is #123638. Grayscale: #D3D3D3. Windows color (decimal): -1193529 or 13093357. OLE color: 13093357.

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

Color convert

RGB237201199-
CMYK00.150.160.07
HSL3.16º51.35%85.49%-
HSV(B)3.16º16.03%92.94%-
XYZ66.1263.962.88-
YUV211.54120.93146.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=37.21%
G=31.55%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720119900.150.160.073.1651.3585.49
HexEDC9C70F10733355
Octal355311307017207363125
Binary1110110111001001110001110111110000111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9C7; }

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

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

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

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

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

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

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

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