#EFE2ED

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

Shades of Snuff #EFE2ED

Tints of Snuff #EFE2ED

Color information

#EFE2ED (or 0xEFE2ED) is unknown color: approx Snuff. HEX triplet: EF, E2 and ED. RGB value is (239,226,237). Sum of RGB (Red+Green+Blue) = 239+226+237=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2ED is #101D12. Grayscale: #E7E7E7. Windows color (decimal): -1056019 or 15590127. OLE color: 15590127.

HSL color Cylindrical-coordinate representation of color #EFE2ED: hue angle of 309.23º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE2ED is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239226237-
CMYK00.050.010.06
HSL309.23º28.89%91.18%-
HSV(B)309.23º5.44%93.73%-
XYZ78.0878.8691.23-
YUV231.14131.31133.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 226 (88.67% from 255) = 32.19%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=34.05%
G=32.19%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922623700.050.010.06309.2328.8991.18
HexEFE2ED05161351d5b
Octal357342355051646535133
Binary11101111111000101110110101011110100110101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2ED; }

 p { color: rgb(239,226,237); }

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

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

 a { background-color: rgb(239,226,237); }

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

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

 span { border-color: rgb(239,226,237); }

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