Html Css Color HEX #EFE7ED Snuff

📋 copy color: '#EFE7ED'

red 239 ◦ green 231 ◦ blue 237

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

Shades of Snuff #EFE7ED

Tints of Snuff #EFE7ED

RGB

 RED value IS 239 (93.75% from 255) = 33.8%

 GREEN value IS 231 (90.63% from 255) = 32.67%

 BLUE value IS 237 (92.97% from 255) = 33.52%

R = 33.8%
G = 32.67%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFE7ED (or 0xEFE7ED) is known color: Snuff. HEX triplet: EF, E7 and ED. RGB value is (239,231,237). Sum of RGB (Red+Green+Blue) = 239+231+237=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7ED is #101812. Grayscale: #EAEAEA. Windows color (decimal): -1054739 or 15591407. OLE color: 15591407.

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

Color convert

RGB 239 231 237 -
CMYK 0 0.03 0.01 0.06
HSL 315º 0.2% 0.92% -
HSV(B) 315º 0.03% 0.94% -
XYZ 79.46 81.62 91.69 -
YUV 234.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 239 231 237 0 0.03 0.01 0.06 315 0.2 0.92
Hex EF E7 ED 0 3 1 6 13B 14 5C
Octal 357 347 355 0 3 1 6 473 24 134
Binary 11101111 11100111 11101101 0 11 1 110 100111011 10100 1011100

Color Harmonies of #EFE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7ED

Black with #EFE7ED

Text Example


Text Example

White with #EFE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7ED; }

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

 H1.HeaderClassName
 {
   color: #EFE7ED;
 }
 .AnyTagClassName
 {
   color: #EFE7ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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