#EAD0CD

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

Shades of Vanilla Ice #EAD0CD

Tints of Vanilla Ice #EAD0CD

Color information

#EAD0CD (or 0xEAD0CD) is unknown color: approx Vanilla Ice. HEX triplet: EA, D0 and CD. RGB value is (234,208,205). Sum of RGB (Red+Green+Blue) = 234+208+205=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0CD is #152F32. Grayscale: #D7D7D7. Windows color (decimal): -1388339 or 13488362. OLE color: 13488362.

HSL color Cylindrical-coordinate representation of color #EAD0CD: hue angle of 6.21º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD0CD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234208205-
CMYK00.110.120.08
HSL6.21º40.85%86.08%-
HSV(B)6.21º12.39%91.76%-
XYZ67.5167.0167.13-
YUV215.43122.11141.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 208 (81.64% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=36.17%
G=32.15%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420820500.110.120.086.2140.8586.08
HexEAD0CD0BC862956
Octal3523203150131410651126
Binary11101010110100001100110101011110010001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0CD; }

 p { color: rgb(234,208,205); }

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

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

 a { background-color: rgb(234,208,205); }

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

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

 span { border-color: rgb(234,208,205); }

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