#EFD8EA

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

Shades of Snuff #EFD8EA

Tints of Snuff #EFD8EA

Color information

#EFD8EA (or 0xEFD8EA) is unknown color: approx Snuff. HEX triplet: EF, D8 and EA. RGB value is (239,216,234). Sum of RGB (Red+Green+Blue) = 239+216+234=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EA is #102715. Grayscale: #E0E0E0. Windows color (decimal): -1058582 or 15390959. OLE color: 15390959.

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

Color convert

RGB239216234-
CMYK00.100.020.06
HSL313.04º41.82%89.22%-
HSV(B)313.04º9.62%93.73%-
XYZ7573.488.06-
YUV224.93133.12138.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=34.69%
G=31.35%
B=33.96%

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
Decimal23921623400.100.020.06313.0441.8289.22
HexEFD8EA0A261392a59
Octal3573303520122647152131
Binary11101111110110001110101001010101101001110011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8EA; }

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

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

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

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

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

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

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

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