#EFD2CF

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

Shades of Vanilla Ice #EFD2CF

Tints of Vanilla Ice #EFD2CF

Color information

#EFD2CF (or 0xEFD2CF) is unknown color: approx Vanilla Ice. HEX triplet: EF, D2 and CF. RGB value is (239,210,207). Sum of RGB (Red+Green+Blue) = 239+210+207=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CF is #102D30. Grayscale: #DADADA. Windows color (decimal): -1060145 or 13619951. OLE color: 13619951.

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

Color convert

RGB239210207-
CMYK00.120.130.06
HSL5.63º50%87.45%-
HSV(B)5.63º13.39%93.73%-
XYZ69.9168.9568.66-
YUV218.33121.61142.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=36.43%
G=32.01%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921020700.120.130.065.635087.45
HexEFD2CF0CD663257
Octal357322317014156662127
Binary1110111111010010110011110110011011101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2CF; }

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

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

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

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

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

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

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

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