#EFD4E9

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

Shades of Snuff #EFD4E9

Tints of Snuff #EFD4E9

Color information

#EFD4E9 (or 0xEFD4E9) is unknown color: approx Snuff. HEX triplet: EF, D4 and E9. RGB value is (239,212,233). Sum of RGB (Red+Green+Blue) = 239+212+233=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4E9 is #102B16. Grayscale: #DEDEDE. Windows color (decimal): -1059607 or 15324399. OLE color: 15324399.

HSL color Cylindrical-coordinate representation of color #EFD4E9: hue angle of 313.33º 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 #EFD4E9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239212233-
CMYK00.110.030.06
HSL313.33º45.76%88.43%-
HSV(B)313.33º11.3%93.73%-
XYZ73.8571.3286.96-
YUV222.47133.95139.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 212 (83.20% from 255) = 30.99%
BLUE value IS 233 (91.41% from 255) = 34.06%
R=34.94%
G=30.99%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921223300.110.030.06313.3345.7688.43
HexEFD4E90B361392e58
Octal3573243510133647156130
Binary11101111110101001110100101011111101001110011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4E9; }

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

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

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

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

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

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

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

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