#E7D2CF

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

Shades of Vanilla Ice #E7D2CF

Tints of Vanilla Ice #E7D2CF

Color information

#E7D2CF (or 0xE7D2CF) is unknown color: approx Vanilla Ice. HEX triplet: E7, D2 and CF. RGB value is (231,210,207). Sum of RGB (Red+Green+Blue) = 231+210+207=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2CF is #182D30. Grayscale: #D7D7D7. Windows color (decimal): -1584433 or 13619943. OLE color: 13619943.

HSL color Cylindrical-coordinate representation of color #E7D2CF: hue angle of 7.5º degrees, saturation: 0.33, 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 #E7D2CF is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231210207-
CMYK00.090.100.09
HSL7.5º33.33%85.88%-
HSV(B)7.5º10.39%90.59%-
XYZ67.2667.5968.53-
YUV215.94122.96138.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=35.65%
G=32.41%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121020700.090.100.097.533.3385.88
HexE7D2CF09A982156
Octal34732231701112111041126
Binary111001111101001011001111010011010100110001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2CF; }

 p { color: rgb(231,210,207); }

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

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

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

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

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

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

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