#EFCCEE

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

Shades of Snuff #EFCCEE

Tints of Snuff #EFCCEE

Color information

#EFCCEE (or 0xEFCCEE) is unknown color: approx Snuff. HEX triplet: EF, CC and EE. RGB value is (239,204,238). Sum of RGB (Red+Green+Blue) = 239+204+238=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEE is #103311. Grayscale: #DADADA. Windows color (decimal): -1061650 or 15650031. OLE color: 15650031.

HSL color Cylindrical-coordinate representation of color #EFCCEE: hue angle of 301.71º 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 #EFCCEE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239204238-
CMYK00.150.000.06
HSL301.71º52.24%86.86%-
HSV(B)301.71º14.64%93.73%-
XYZ72.6267.7190.13-
YUV218.34139.1142.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=35.10%
G=29.96%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920423800.150.000.06301.7152.2486.86
HexEFCCEE0F0612e3457
Octal3573143560170645664127
Binary1110111111001100111011100111101101001011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCEE; }

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

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

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

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

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

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

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

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