#EFD5EE

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

Shades of Snuff #EFD5EE

Tints of Snuff #EFD5EE

Color information

#EFD5EE (or 0xEFD5EE) is unknown color: approx Snuff. HEX triplet: EF, D5 and EE. RGB value is (239,213,238). Sum of RGB (Red+Green+Blue) = 239+213+238=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EE is #102A11. Grayscale: #DFDFDF. Windows color (decimal): -1059346 or 15652335. OLE color: 15652335.

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

Color convert

RGB239213238-
CMYK00.110.000.06
HSL302.31º44.83%88.63%-
HSV(B)302.31º10.88%93.73%-
XYZ74.8272.1190.86-
YUV223.62136.11138.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=34.64%
G=30.87%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921323800.110.000.06302.3144.8388.63
HexEFD5EE0B0612e2d59
Octal3573253560130645655131
Binary1110111111010101111011100101101101001011101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5EE; }

 p { color: rgb(239,213,238); }

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

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

 a { background-color: rgb(239,213,238); }

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

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

 span { border-color: rgb(239,213,238); }

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