#EFD4EB

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

Shades of Snuff #EFD4EB

Tints of Snuff #EFD4EB

Color information

#EFD4EB (or 0xEFD4EB) is unknown color: approx Snuff. HEX triplet: EF, D4 and EB. RGB value is (239,212,235). Sum of RGB (Red+Green+Blue) = 239+212+235=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4EB is #102B14. Grayscale: #DEDEDE. Windows color (decimal): -1059605 or 15455471. OLE color: 15455471.

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

Color convert

RGB239212235-
CMYK00.110.020.06
HSL308.89º45.76%88.43%-
HSV(B)308.89º11.3%93.73%-
XYZ74.1471.4488.48-
YUV222.69134.95139.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=34.84%
G=30.90%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921223500.110.020.06308.8945.7688.43
HexEFD4EB0B261352e58
Octal3573243530132646556130
Binary11101111110101001110101101011101101001101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4EB; }

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

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

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

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

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

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

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

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