#EFCFF0

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

Shades of Snuff #EFCFF0

Tints of Snuff #EFCFF0

Color information

#EFCFF0 (or 0xEFCFF0) is unknown color: approx Snuff. HEX triplet: EF, CF and F0. RGB value is (239,207,240). Sum of RGB (Red+Green+Blue) = 239+207+240=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFF0 is #10300F. Grayscale: #DCDCDC. Windows color (decimal): -1060880 or 15781871. OLE color: 15781871.

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

Color convert

RGB239207240-
CMYK0.000.1400.06
HSL298.18º52.38%87.65%-
HSV(B)298.18º13.75%94.12%-
XYZ73.6469.2791.93-
YUV220.33139.1141.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=34.84%
G=30.17%
B=34.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392072400.000.1400.06298.1852.3887.65
HexEFCFF00E0612a3458
Octal3573173600160645264130
Binary1110111111001111111100000111001101001010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFF0; }

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

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

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

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

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

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

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

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