#EFD2E9

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

Shades of Snuff #EFD2E9

Tints of Snuff #EFD2E9

Color information

#EFD2E9 (or 0xEFD2E9) is unknown color: approx Snuff. HEX triplet: EF, D2 and E9. RGB value is (239,210,233). Sum of RGB (Red+Green+Blue) = 239+210+233=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2E9 is #102D16. Grayscale: #DDDDDD. Windows color (decimal): -1060119 or 15323887. OLE color: 15323887.

HSL color Cylindrical-coordinate representation of color #EFD2E9: hue angle of 312.41º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2E9 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239210233-
CMYK00.120.030.06
HSL312.41º47.54%88.04%-
HSV(B)312.41º12.13%93.73%-
XYZ73.3570.3386.8-
YUV221.29134.61140.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 233 (91.41% from 255) = 34.16%
R=35.04%
G=30.79%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921023300.120.030.06312.4147.5488.04
HexEFD2E90C361383058
Octal3573223510143647060130
Binary11101111110100101110100101100111101001110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2E9; }

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

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

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

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

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

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

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

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