#EDCCC9

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

Shades of Vanilla Ice #EDCCC9

Tints of Vanilla Ice #EDCCC9

Color information

#EDCCC9 (or 0xEDCCC9) is unknown color: approx Vanilla Ice. HEX triplet: ED, CC and C9. RGB value is (237,204,201). Sum of RGB (Red+Green+Blue) = 237+204+201=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC9 is #123336. Grayscale: #D5D5D5. Windows color (decimal): -1192759 or 13225197. OLE color: 13225197.

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

Color convert

RGB237204201-
CMYK00.140.150.07
HSL50%85.88%-
HSV(B)15.19%92.94%-
XYZ67.0665.4164.35-
YUV213.52120.93144.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 201 (78.91% from 255) = 31.31%
R=36.92%
G=31.78%
B=31.31%

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
Decimal23720420100.140.150.0755085.88
HexEDCCC90EF753256
Octal355314311016177562126
Binary1110110111001100110010010111011111111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC9; }

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

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

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

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

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

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

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

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