#EFD5ED

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

Shades of Snuff #EFD5ED

Tints of Snuff #EFD5ED

Color information

#EFD5ED (or 0xEFD5ED) is unknown color: approx Snuff. HEX triplet: EF, D5 and ED. RGB value is (239,213,237). Sum of RGB (Red+Green+Blue) = 239+213+237=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5ED is #102A12. Grayscale: #DFDFDF. Windows color (decimal): -1059347 or 15586799. OLE color: 15586799.

HSL color Cylindrical-coordinate representation of color #EFD5ED: hue angle of 304.62º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5ED is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239213237-
CMYK00.110.010.06
HSL304.62º44.83%88.63%-
HSV(B)304.62º10.88%93.73%-
XYZ74.6872.0590.09-
YUV223.51135.61139.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=34.69%
G=30.91%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921323700.110.010.06304.6244.8388.63
HexEFD5ED0B161312d59
Octal3573253550131646155131
Binary1110111111010101111011010101111101001100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5ED; }

 p { color: rgb(239,213,237); }

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

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

 a { background-color: rgb(239,213,237); }

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

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

 span { border-color: rgb(239,213,237); }

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