#EFC8C7

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

Shades of Vanilla Ice #EFC8C7

Tints of Vanilla Ice #EFC8C7

Color information

#EFC8C7 (or 0xEFC8C7) is unknown color: approx Vanilla Ice. HEX triplet: EF, C8 and C7. RGB value is (239,200,199). Sum of RGB (Red+Green+Blue) = 239+200+199=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8C7 is #103738. Grayscale: #D3D3D3. Windows color (decimal): -1062713 or 13093103. OLE color: 13093103.

HSL color Cylindrical-coordinate representation of color #EFC8C7: hue angle of 1.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC8C7 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239200199-
CMYK00.160.170.06
HSL1.5º55.56%85.88%-
HSV(B)1.5º16.74%93.73%-
XYZ66.5663.7862.84-
YUV211.55120.92147.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=37.46%
G=31.35%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920019900.160.170.061.555.5685.88
HexEFC8C701011623856
Octal357310307020216270126
Binary11101111110010001100011101000010001110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8C7; }

 p { color: rgb(239,200,199); }

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

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

 a { background-color: rgb(239,200,199); }

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

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

 span { border-color: rgb(239,200,199); }

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