#ECD0CF

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

Shades of Vanilla Ice #ECD0CF

Tints of Vanilla Ice #ECD0CF

Color information

#ECD0CF (or 0xECD0CF) is unknown color: approx Vanilla Ice. HEX triplet: EC, D0 and CF. RGB value is (236,208,207). Sum of RGB (Red+Green+Blue) = 236+208+207=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CF is #132F30. Grayscale: #D8D8D8. Windows color (decimal): -1257265 or 13619436. OLE color: 13619436.

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

Color convert

RGB236208207-
CMYK00.120.120.07
HSL2.07º43.28%86.86%-
HSV(B)2.07º12.29%92.55%-
XYZ68.4167.4568.44-
YUV216.26122.78142.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=36.25%
G=31.95%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620820700.120.120.072.0743.2886.86
HexECD0CF0CC722b57
Octal354320317014147253127
Binary111011001101000011001111011001100111101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0CF; }

 p { color: rgb(236,208,207); }

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

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

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

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

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

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

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