#ECD8D8

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

Shades of Vanilla Ice #ECD8D8

Tints of Vanilla Ice #ECD8D8

Color information

#ECD8D8 (or 0xECD8D8) is unknown color: approx Vanilla Ice. HEX triplet: EC, D8 and D8. RGB value is (236,216,216). Sum of RGB (Red+Green+Blue) = 236+216+216=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8D8 is #132727. Grayscale: #DEDEDE. Windows color (decimal): -1255208 or 14211308. OLE color: 14211308.

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

Color convert

RGB236216216-
CMYK00.080.080.07
HSL34.48%88.63%-
HSV(B)8.47%92.55%-
XYZ71.5471.975.07-
YUV221.98124.63138-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 216 (84.77% from 255) = 32.34%
R=35.33%
G=32.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621621600.080.080.07034.4888.63
HexECD8D8088702259
Octal354330330010107042131
Binary11101100110110001101100001000100011101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8D8; }

 p { color: rgb(236,216,216); }

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

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

 a { background-color: rgb(236,216,216); }

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

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

 span { border-color: rgb(236,216,216); }

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