#EAD0CF

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

Shades of Vanilla Ice #EAD0CF

Tints of Vanilla Ice #EAD0CF

Color information

#EAD0CF (or 0xEAD0CF) is unknown color: approx Vanilla Ice. HEX triplet: EA, D0 and CF. RGB value is (234,208,207). Sum of RGB (Red+Green+Blue) = 234+208+207=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0CF is #152F30. Grayscale: #D7D7D7. Windows color (decimal): -1388337 or 13619434. OLE color: 13619434.

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

Color convert

RGB234208207-
CMYK00.110.120.08
HSL2.22º39.13%86.47%-
HSV(B)2.22º11.54%91.76%-
XYZ67.7567.1168.41-
YUV215.66123.11141.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=36.06%
G=32.05%
B=31.90%

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
Decimal23420820700.110.120.082.2239.1386.47
HexEAD0CF0BC822756
Octal3523203170131410247126
Binary1110101011010000110011110101111001000101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0CF; }

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

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

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

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

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

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

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

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