#EFDDEE

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

Shades of Snuff #EFDDEE

Tints of Snuff #EFDDEE

Color information

#EFDDEE (or 0xEFDDEE) is unknown color: approx Snuff. HEX triplet: EF, DD and EE. RGB value is (239,221,238). Sum of RGB (Red+Green+Blue) = 239+221+238=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEE is #102211. Grayscale: #E4E4E4. Windows color (decimal): -1057298 or 15654383. OLE color: 15654383.

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

Color convert

RGB239221238-
CMYK00.080.000.06
HSL303.33º36%90.2%-
HSV(B)303.33º7.53%93.73%-
XYZ76.8976.2491.55-
YUV228.32133.46135.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=34.24%
G=31.66%
B=34.10%

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
Decimal23922123800.080.000.06303.333690.2
HexEFDDEE080612f245a
Octal3573353560100645744132
Binary1110111111011101111011100100001101001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDEE; }

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

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

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

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

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

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

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

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