#ECD3CF

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

Shades of Vanilla Ice #ECD3CF

Tints of Vanilla Ice #ECD3CF

Color information

#ECD3CF (or 0xECD3CF) is unknown color: approx Vanilla Ice. HEX triplet: EC, D3 and CF. RGB value is (236,211,207). Sum of RGB (Red+Green+Blue) = 236+211+207=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3CF is #132C30. Grayscale: #DADADA. Windows color (decimal): -1256497 or 13620204. OLE color: 13620204.

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

Color convert

RGB236211207-
CMYK00.110.120.07
HSL8.28º43.28%86.86%-
HSV(B)8.28º12.29%92.55%-
XYZ69.1568.9368.69-
YUV218.02121.78140.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=36.09%
G=32.26%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621120700.110.120.078.2843.2886.86
HexECD3CF0BC782b57
Octal3543233170131471053127
Binary11101100110100111100111101011110011110001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3CF; }

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

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

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

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

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

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

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

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