Html Css Color HEX #E6D5E5 Snuff

📋 copy color: '#E6D5E5'

red 230 ◦ green 213 ◦ blue 229

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

Shades of Snuff #E6D5E5

Tints of Snuff #E6D5E5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

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

R = 34.23%
G = 31.7%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6D5E5 (or 0xE6D5E5) is known color: Snuff. HEX triplet: E6, D5 and E5. RGB value is (230,213,229). Sum of RGB (Red+Green+Blue) = 230+213+229=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5E5 is #192A1A. Grayscale: #DBDBDB. Windows color (decimal): -1649179 or 15062502. OLE color: 15062502.

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

Color convert

RGB 230 213 229 -
CMYK 0 0.07 0.00 0.10
HSL 303.53º 0.25% 0.87% -
HSV(B) 303.53º 0.07% 0.9% -
XYZ 70.57 70.07 83.93 -
YUV 219.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 230 213 229 0 0.07 0.00 0.10 303.53 0.25 0.87
Hex E6 D5 E5 0 7 0 A 130 19 57
Octal 346 325 345 0 7 0 12 460 31 127
Binary 11100110 11010101 11100101 0 111 0 1010 100110000 11001 1010111

Color Harmonies of #E6D5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D5E5

Black with #E6D5E5

Text Example


Text Example

White with #E6D5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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