#EFD0CE

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

Shades of Vanilla Ice #EFD0CE

Tints of Vanilla Ice #EFD0CE

Color information

#EFD0CE (or 0xEFD0CE) is unknown color: approx Vanilla Ice. HEX triplet: EF, D0 and CE. RGB value is (239,208,206). Sum of RGB (Red+Green+Blue) = 239+208+206=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CE is #102F31. Grayscale: #D9D9D9. Windows color (decimal): -1060658 or 13553903. OLE color: 13553903.

HSL color Cylindrical-coordinate representation of color #EFD0CE: hue angle of 3.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD0CE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239208206-
CMYK00.130.140.06
HSL3.64º50.77%87.25%-
HSV(B)3.64º13.81%93.73%-
XYZ69.2967.9267.85-
YUV217.04121.77143.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=36.60%
G=31.85%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920820600.130.140.063.6450.7787.25
HexEFD0CE0DE643357
Octal357320316015166463127
Binary1110111111010000110011100110111101101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0CE; }

 p { color: rgb(239,208,206); }

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

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

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

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

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

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

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