Html Css Color HEX #E6E0E5 Snuff

📋 copy color: '#E6E0E5'

red 230 ◦ green 224 ◦ blue 229

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

Shades of Snuff #E6E0E5

Tints of Snuff #E6E0E5

RGB

 RED value IS 230 (90.23% from 255) = 33.67%

 GREEN value IS 224 (87.89% from 255) = 32.8%

 BLUE value IS 229 (89.84% from 255) = 33.53%

R = 33.67%
G = 32.8%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6E0E5 (or 0xE6E0E5) is known color: Snuff. HEX triplet: E6, E0 and E5. RGB value is (230,224,229). Sum of RGB (Red+Green+Blue) = 230+224+229=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0E5 is #191F1A. Grayscale: #E2E2E2. Windows color (decimal): -1646363 or 15065318. OLE color: 15065318.

HSL color Cylindrical-coordinate representation of color #E6E0E5: hue angle of 310º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E0E5 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 224 229 -
CMYK 0 0.03 0.00 0.10
HSL 310º 0.11% 0.89% -
HSV(B) 310º 0.03% 0.9% -
XYZ 73.43 75.79 84.89 -
YUV 226.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 230 224 229 0 0.03 0.00 0.10 310 0.11 0.89
Hex E6 E0 E5 0 3 0 A 136 B 59
Octal 346 340 345 0 3 0 12 466 13 131
Binary 11100110 11100000 11100101 0 11 0 1010 100110110 1011 1011001

Color Harmonies of #E6E0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0E5

Black with #E6E0E5

Text Example


Text Example

White with #E6E0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0E5; }

 p { color: rgb(230,224,229); }

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

background-color css

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

 a { background-color: rgb(230,224,229); }

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

border-color css

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

 span { border-color: rgb(230,224,229); }

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