#ECD4D3

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

Shades of Vanilla Ice #ECD4D3

Tints of Vanilla Ice #ECD4D3

Color information

#ECD4D3 (or 0xECD4D3) is unknown color: approx Vanilla Ice. HEX triplet: EC, D4 and D3. RGB value is (236,212,211). Sum of RGB (Red+Green+Blue) = 236+212+211=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4D3 is #132B2C. Grayscale: #DBDBDB. Windows color (decimal): -1256237 or 13882604. OLE color: 13882604.

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

Color convert

RGB236212211-
CMYK00.100.110.07
HSL2.4º39.68%87.65%-
HSV(B)2.4º10.59%92.55%-
XYZ69.8969.6271.38-
YUV219.06123.45140.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 211 (82.81% from 255) = 32.02%
R=35.81%
G=32.17%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621221100.100.110.072.439.6887.65
HexECD4D30AB722858
Octal354324323012137250130
Binary111011001101010011010011010101011111101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4D3; }

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

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

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

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

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

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

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

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