Html Css Color HEX #E2D2DF Snuff

📋 copy color: '#E2D2DF'

red 226 ◦ green 210 ◦ blue 223

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

Shades of Snuff #E2D2DF

Tints of Snuff #E2D2DF

RGB

 RED value IS 226 (88.67% from 255) = 34.29%

 GREEN value IS 210 (82.42% from 255) = 31.87%

 BLUE value IS 223 (87.5% from 255) = 33.84%

R = 34.29%
G = 31.87%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2D2DF (or 0xE2D2DF) is known color: Snuff. HEX triplet: E2, D2 and DF. RGB value is (226,210,223). Sum of RGB (Red+Green+Blue) = 226+210+223=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2DF is #1D2D20. Grayscale: #D8D8D8. Windows color (decimal): -1912097 or 14668514. OLE color: 14668514.

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

Color convert

RGB 226 210 223 -
CMYK 0 0.07 0.01 0.11
HSL 311.25º 0.22% 0.85% -
HSV(B) 311.25º 0.07% 0.89% -
XYZ 67.73 67.59 79.29 -
YUV 216.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 226 210 223 0 0.07 0.01 0.11 311.25 0.22 0.85
Hex E2 D2 DF 0 7 1 B 137 16 55
Octal 342 322 337 0 7 1 13 467 26 125
Binary 11100010 11010010 11011111 0 111 1 1011 100110111 10110 1010101

Color Harmonies of #E2D2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D2DF

Black with #E2D2DF

Text Example


Text Example

White with #E2D2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D2DF; }

 p { color: rgb(226,210,223); }

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

background-color css

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

 a { background-color: rgb(226,210,223); }

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

border-color css

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

 span { border-color: rgb(226,210,223); }

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