#EAD3D2

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

Shades of Vanilla Ice #EAD3D2

Tints of Vanilla Ice #EAD3D2

Color information

#EAD3D2 (or 0xEAD3D2) is unknown color: approx Vanilla Ice. HEX triplet: EA, D3 and D2. RGB value is (234,211,210). Sum of RGB (Red+Green+Blue) = 234+211+210=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3D2 is #152C2D. Grayscale: #D9D9D9. Windows color (decimal): -1387566 or 13816810. OLE color: 13816810.

HSL color Cylindrical-coordinate representation of color #EAD3D2: hue angle of 2.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD3D2 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234211210-
CMYK00.100.100.08
HSL2.5º36.36%87.06%-
HSV(B)2.5º10.26%91.76%-
XYZ68.8668.7370.61-
YUV217.76123.62139.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=35.73%
G=32.21%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421121000.100.100.082.536.3687.06
HexEAD3D20AA832457
Octal3523233220121210344127
Binary1110101011010011110100100101010101000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3D2; }

 p { color: rgb(234,211,210); }

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

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

 a { background-color: rgb(234,211,210); }

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

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

 span { border-color: rgb(234,211,210); }

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