Html Css Color HEX #E3D0E0 Snuff

📋 copy color: '#E3D0E0'

red 227 ◦ green 208 ◦ blue 224

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

Shades of Snuff #E3D0E0

Tints of Snuff #E3D0E0

RGB

 RED value IS 227 (89.06% from 255) = 34.45%

 GREEN value IS 208 (81.64% from 255) = 31.56%

 BLUE value IS 224 (87.89% from 255) = 33.99%

R = 34.45%
G = 31.56%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E3D0E0 (or 0xE3D0E0) is known color: Snuff. HEX triplet: E3, D0 and E0. RGB value is (227,208,224). Sum of RGB (Red+Green+Blue) = 227+208+224=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0E0 is #1C2F1F. Grayscale: #D7D7D7. Windows color (decimal): -1847072 or 14733539. OLE color: 14733539.

HSL color Cylindrical-coordinate representation of color #E3D0E0: hue angle of 309.47º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D0E0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 208 224 -
CMYK 0 0.08 0.01 0.11
HSL 309.47º 0.25% 0.85% -
HSV(B) 309.47º 0.08% 0.89% -
XYZ 67.69 66.82 79.85 -
YUV 215.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 227 208 224 0 0.08 0.01 0.11 309.47 0.25 0.85
Hex E3 D0 E0 0 8 1 B 135 19 55
Octal 343 320 340 0 10 1 13 465 31 125
Binary 11100011 11010000 11100000 0 1000 1 1011 100110101 11001 1010101

Color Harmonies of #E3D0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D0E0

Black with #E3D0E0

Text Example


Text Example

White with #E3D0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D0E0; }

 p { color: rgb(227,208,224); }

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

background-color css

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

 a { background-color: rgb(227,208,224); }

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

border-color css

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

 span { border-color: rgb(227,208,224); }

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