Html Css Color HEX #EFE2ED Snuff

📋 copy color: '#EFE2ED'

red 239 ◦ green 226 ◦ blue 237

#EFE2ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EFE2ED

Tints of Snuff #EFE2ED

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 value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFE2ED (or 0xEFE2ED) is known color: 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

RGB 239 226 237 -
CMYK 0 0.05 0.01 0.06
HSL 309.23º 0.29% 0.91% -
HSV(B) 309.23º 0.05% 0.94% -
XYZ 78.08 78.86 91.23 -
YUV 231.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 239 226 237 0 0.05 0.01 0.06 309.23 0.29 0.91
Hex EF E2 ED 0 5 1 6 135 1D 5B
Octal 357 342 355 0 5 1 6 465 35 133
Binary 11101111 11100010 11101101 0 101 1 110 100110101 11101 1011011

Color Harmonies of #EFE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2ED

Black with #EFE2ED

Text Example


Text Example

White with #EFE2ED

Text Example


Text Example

HTML Codes & Css Web 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>