Html Css Color HEX #E6C6E5 Snuff

📋 copy color: '#E6C6E5'

red 230 ◦ green 198 ◦ blue 229

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

Shades of Snuff #E6C6E5

Tints of Snuff #E6C6E5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.14%

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

R = 35.01%
G = 30.14%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6C6E5 (or 0xE6C6E5) is known color: Snuff. HEX triplet: E6, C6 and E5. RGB value is (230,198,229). Sum of RGB (Red+Green+Blue) = 230+198+229=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6E5 is #19391A. Grayscale: #D3D3D3. Windows color (decimal): -1653019 or 15058662. OLE color: 15058662.

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

Color convert

RGB 230 198 229 -
CMYK 0 0.14 0.00 0.10
HSL 301.88º 0.39% 0.84% -
HSV(B) 301.88º 0.14% 0.9% -
XYZ 66.97 62.87 82.73 -
YUV 211.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 230 198 229 0 0.14 0.00 0.10 301.88 0.39 0.84
Hex E6 C6 E5 0 E 0 A 12E 27 54
Octal 346 306 345 0 16 0 12 456 47 124
Binary 11100110 11000110 11100101 0 1110 0 1010 100101110 100111 1010100

Color Harmonies of #E6C6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C6E5

Black with #E6C6E5

Text Example


Text Example

White with #E6C6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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