#EFCFCC

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

Shades of Vanilla Ice #EFCFCC

Tints of Vanilla Ice #EFCFCC

Color information

#EFCFCC (or 0xEFCFCC) is unknown color: approx Vanilla Ice. HEX triplet: EF, CF and CC. RGB value is (239,207,204). Sum of RGB (Red+Green+Blue) = 239+207+204=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFCC is #103033. Grayscale: #D8D8D8. Windows color (decimal): -1060916 or 13422575. OLE color: 13422575.

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

Color convert

RGB239207204-
CMYK00.130.150.06
HSL5.14º52.24%86.86%-
HSV(B)5.14º14.64%93.73%-
XYZ68.8167.3466.5-
YUV216.23121.1144.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=36.77%
G=31.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920720400.130.150.065.1452.2486.86
HexEFCFCC0DF653457
Octal357317314015176564127
Binary1110111111001111110011000110111111101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFCC; }

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

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

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

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

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

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

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

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