#EAD1CD

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

Shades of Vanilla Ice #EAD1CD

Tints of Vanilla Ice #EAD1CD

Color information

#EAD1CD (or 0xEAD1CD) is unknown color: approx Vanilla Ice. HEX triplet: EA, D1 and CD. RGB value is (234,209,205). Sum of RGB (Red+Green+Blue) = 234+209+205=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1CD is #152E32. Grayscale: #D8D8D8. Windows color (decimal): -1388083 or 13488618. OLE color: 13488618.

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

Color convert

RGB234209205-
CMYK00.110.120.08
HSL8.28º40.85%86.08%-
HSV(B)8.28º12.39%91.76%-
XYZ67.7567.567.22-
YUV216.02121.78140.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=36.11%
G=32.25%
B=31.64%

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
Decimal23420920500.110.120.088.2840.8586.08
HexEAD1CD0BC882956
Octal35232131501314101051126
Binary111010101101000111001101010111100100010001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1CD; }

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

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

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

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

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

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

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

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