#EAD7D7

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

Shades of Vanilla Ice #EAD7D7

Tints of Vanilla Ice #EAD7D7

Color information

#EAD7D7 (or 0xEAD7D7) is unknown color: approx Vanilla Ice. HEX triplet: EA, D7 and D7. RGB value is (234,215,215). Sum of RGB (Red+Green+Blue) = 234+215+215=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7D7 is #152828. Grayscale: #DCDCDC. Windows color (decimal): -1386537 or 14145514. OLE color: 14145514.

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

Color convert

RGB234215215-
CMYK00.080.080.08
HSL31.15%88.04%-
HSV(B)8.12%91.76%-
XYZ70.57174.28-
YUV220.68124.79137.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 215 (84.38% from 255) = 32.38%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=35.24%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421521500.080.080.08031.1588.04
HexEAD7D7088801f58
Octal3523273270101010037130
Binary11101010110101111101011101000100010000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7D7; }

 p { color: rgb(234,215,215); }

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

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

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

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

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

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

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