#EFDEEA

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

Shades of Snuff #EFDEEA

Tints of Snuff #EFDEEA

Color information

#EFDEEA (or 0xEFDEEA) is unknown color: approx Snuff. HEX triplet: EF, DE and EA. RGB value is (239,222,234). Sum of RGB (Red+Green+Blue) = 239+222+234=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEA is #102115. Grayscale: #E4E4E4. Windows color (decimal): -1057046 or 15392495. OLE color: 15392495.

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

Color convert

RGB239222234-
CMYK00.070.020.06
HSL317.65º34.69%90.39%-
HSV(B)317.65º7.11%93.73%-
XYZ76.5776.5388.58-
YUV228.45131.13135.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=34.39%
G=31.94%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922223400.070.020.06317.6534.6990.39
HexEFDEEA072613e235a
Octal357336352072647643132
Binary1110111111011110111010100111101101001111101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEEA; }

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

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

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

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

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

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

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

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