Html Css Color HEX #E5DAE6 Snuff

📋 copy color: '#E5DAE6'

red 229 ◦ green 218 ◦ blue 230

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

Shades of Snuff #E5DAE6

Tints of Snuff #E5DAE6

RGB

 RED value IS 229 (89.84% from 255) = 33.83%

 GREEN value IS 218 (85.55% from 255) = 32.2%

 BLUE value IS 230 (90.23% from 255) = 33.97%

R = 33.83%
G = 32.2%
B = 33.97%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E5DAE6 (or 0xE5DAE6) is known color: Snuff. HEX triplet: E5, DA and E6. RGB value is (229,218,230). Sum of RGB (Red+Green+Blue) = 229+218+230=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAE6 is #1A2519. Grayscale: #DEDEDE. Windows color (decimal): -1713434 or 15129317. OLE color: 15129317.

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

Color convert

RGB 229 218 230 -
CMYK 0.00 0.05 0 0.10
HSL 295º 0.19% 0.88% -
HSV(B) 295º 0.05% 0.9% -
XYZ 71.67 72.51 85.08 -
YUV 222.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 229 218 230 0.00 0.05 0 0.10 295 0.19 0.88
Hex E5 DA E6 0 5 0 A 127 13 58
Octal 345 332 346 0 5 0 12 447 23 130
Binary 11100101 11011010 11100110 0 101 0 1010 100100111 10011 1011000

Color Harmonies of #E5DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAE6

Black with #E5DAE6

Text Example


Text Example

White with #E5DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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