#EFD8EB

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

Shades of Snuff #EFD8EB

Tints of Snuff #EFD8EB

Color information

#EFD8EB (or 0xEFD8EB) is unknown color: approx Snuff. HEX triplet: EF, D8 and EB. RGB value is (239,216,235). Sum of RGB (Red+Green+Blue) = 239+216+235=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EB is #102714. Grayscale: #E0E0E0. Windows color (decimal): -1058581 or 15456495. OLE color: 15456495.

HSL color Cylindrical-coordinate representation of color #EFD8EB: hue angle of 310.43º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8EB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239216235-
CMYK00.100.020.06
HSL310.43º41.82%89.22%-
HSV(B)310.43º9.62%93.73%-
XYZ75.1573.4688.82-
YUV225.04133.62137.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.64%
G=31.30%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921623500.100.020.06310.4341.8289.22
HexEFD8EB0A261362a59
Octal3573303530122646652131
Binary11101111110110001110101101010101101001101101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8EB; }

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

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

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

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

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

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

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

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