#EFDCEE

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

Shades of Snuff #EFDCEE

Tints of Snuff #EFDCEE

Color information

#EFDCEE (or 0xEFDCEE) is unknown color: approx Snuff. HEX triplet: EF, DC and EE. RGB value is (239,220,238). Sum of RGB (Red+Green+Blue) = 239+220+238=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEE is #102311. Grayscale: #E3E3E3. Windows color (decimal): -1057554 or 15654127. OLE color: 15654127.

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

Color convert

RGB239220238-
CMYK00.080.000.06
HSL303.16º37.25%90%-
HSV(B)303.16º7.95%93.73%-
XYZ76.6275.7191.46-
YUV227.73133.79136.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=34.29%
G=31.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922023800.080.000.06303.1637.2590
HexEFDCEE080612f255a
Octal3573343560100645745132
Binary1110111111011100111011100100001101001011111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCEE; }

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

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

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

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

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

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

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

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