Html Css Color HEX #EFE6ED Snuff

📋 copy color: '#EFE6ED'

red 239 ◦ green 230 ◦ blue 237

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

Shades of Snuff #EFE6ED

Tints of Snuff #EFE6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.58%

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

R = 33.85%
G = 32.58%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFE6ED (or 0xEFE6ED) is known color: Snuff. HEX triplet: EF, E6 and ED. RGB value is (239,230,237). Sum of RGB (Red+Green+Blue) = 239+230+237=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6ED is #101912. Grayscale: #E9E9E9. Windows color (decimal): -1054995 or 15591151. OLE color: 15591151.

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

Color convert

RGB 239 230 237 -
CMYK 0 0.04 0.01 0.06
HSL 313.33º 0.22% 0.92% -
HSV(B) 313.33º 0.04% 0.94% -
XYZ 79.18 81.06 91.59 -
YUV 233.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 239 230 237 0 0.04 0.01 0.06 313.33 0.22 0.92
Hex EF E6 ED 0 4 1 6 139 16 5C
Octal 357 346 355 0 4 1 6 471 26 134
Binary 11101111 11100110 11101101 0 100 1 110 100111001 10110 1011100

Color Harmonies of #EFE6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6ED

Black with #EFE6ED

Text Example


Text Example

White with #EFE6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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