#EFCEEA

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

Shades of Snuff #EFCEEA

Tints of Snuff #EFCEEA

Color information

#EFCEEA (or 0xEFCEEA) is unknown color: approx Snuff. HEX triplet: EF, CE and EA. RGB value is (239,206,234). Sum of RGB (Red+Green+Blue) = 239+206+234=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEA is #103115. Grayscale: #DADADA. Windows color (decimal): -1061142 or 15388399. OLE color: 15388399.

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

Color convert

RGB239206234-
CMYK00.140.020.06
HSL309.09º50.77%87.25%-
HSV(B)309.09º13.81%93.73%-
XYZ72.5268.4387.23-
YUV219.06136.43142.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=35.20%
G=30.34%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920623400.140.020.06309.0950.7787.25
HexEFCEEA0E261353357
Octal3573163520162646563127
Binary11101111110011101110101001110101101001101011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEEA; }

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

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

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

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

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

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

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

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