#E7D0D0

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

Shades of Vanilla Ice #E7D0D0

Tints of Vanilla Ice #E7D0D0

Color information

#E7D0D0 (or 0xE7D0D0) is unknown color: approx Vanilla Ice. HEX triplet: E7, D0 and D0. RGB value is (231,208,208). Sum of RGB (Red+Green+Blue) = 231+208+208=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0D0 is #182F2F. Grayscale: #D6D6D6. Windows color (decimal): -1584944 or 13684967. OLE color: 13684967.

HSL color Cylindrical-coordinate representation of color #E7D0D0: hue angle of 0º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D0D0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231208208-
CMYK00.100.100.09
HSL32.39%86.08%-
HSV(B)9.96%90.59%-
XYZ66.966.6569.01-
YUV214.88124.12139.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 208 (81.64% from 255) = 32.15%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=35.70%
G=32.15%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120820800.100.100.09032.3986.08
HexE7D0D00AA902056
Octal3473203200121211040126
Binary111001111101000011010000010101010100101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0D0; }

 p { color: rgb(231,208,208); }

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

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

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

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

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

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

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