#EFD4ED

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

Shades of Snuff #EFD4ED

Tints of Snuff #EFD4ED

Color information

#EFD4ED (or 0xEFD4ED) is unknown color: approx Snuff. HEX triplet: EF, D4 and ED. RGB value is (239,212,237). Sum of RGB (Red+Green+Blue) = 239+212+237=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4ED is #102B12. Grayscale: #DEDEDE. Windows color (decimal): -1059603 or 15586543. OLE color: 15586543.

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

Color convert

RGB239212237-
CMYK00.110.010.06
HSL304.44º45.76%88.43%-
HSV(B)304.44º11.3%93.73%-
XYZ74.4371.5590.01-
YUV222.92135.95139.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 212 (83.20% from 255) = 30.81%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=34.74%
G=30.81%
B=34.45%

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
Decimal23921223700.110.010.06304.4445.7688.43
HexEFD4ED0B161302e58
Octal3573243550131646056130
Binary1110111111010100111011010101111101001100001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4ED; }

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

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

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

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

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

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

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

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