#EFCCEA

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

Shades of Snuff #EFCCEA

Tints of Snuff #EFCCEA

Color information

#EFCCEA (or 0xEFCCEA) is unknown color: approx Snuff. HEX triplet: EF, CC and EA. RGB value is (239,204,234). Sum of RGB (Red+Green+Blue) = 239+204+234=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEA is #103315. Grayscale: #D9D9D9. Windows color (decimal): -1061654 or 15387887. OLE color: 15387887.

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

Color convert

RGB239204234-
CMYK00.150.020.06
HSL308.57º52.24%86.86%-
HSV(B)308.57º14.64%93.73%-
XYZ72.0467.4887.07-
YUV217.88137.1143.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=35.30%
G=30.13%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920423400.150.020.06308.5752.2486.86
HexEFCCEA0F261353457
Octal3573143520172646564127
Binary11101111110011001110101001111101101001101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCEA; }

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

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

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

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

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

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

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

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