#EFCEE9

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

Shades of Snuff #EFCEE9

Tints of Snuff #EFCEE9

Color information

#EFCEE9 (or 0xEFCEE9) is unknown color: approx Snuff. HEX triplet: EF, CE and E9. RGB value is (239,206,233). Sum of RGB (Red+Green+Blue) = 239+206+233=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEE9 is #103116. Grayscale: #DADADA. Windows color (decimal): -1061143 or 15322863. OLE color: 15322863.

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

Color convert

RGB239206233-
CMYK00.140.030.06
HSL310.91º50.77%87.25%-
HSV(B)310.91º13.81%93.73%-
XYZ72.3868.3886.47-
YUV218.94135.93142.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=35.25%
G=30.38%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920623300.140.030.06310.9150.7787.25
HexEFCEE90E361373357
Octal3573163510163646763127
Binary11101111110011101110100101110111101001101111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE9; }

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

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

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

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

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

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

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

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