Html Css Color HEX #EAD4E5 Snuff

📋 copy color: '#EAD4E5'

red 234 ◦ green 212 ◦ blue 229

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

Shades of Snuff #EAD4E5

Tints of Snuff #EAD4E5

RGB

 RED value IS 234 (91.8% from 255) = 34.67%

 GREEN value IS 212 (83.2% from 255) = 31.41%

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

R = 34.67%
G = 31.41%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAD4E5 (or 0xEAD4E5) is known color: Snuff. HEX triplet: EA, D4 and E5. RGB value is (234,212,229). Sum of RGB (Red+Green+Blue) = 234+212+229=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4E5 is #152B1A. Grayscale: #DCDCDC. Windows color (decimal): -1387291 or 15062250. OLE color: 15062250.

HSL color Cylindrical-coordinate representation of color #EAD4E5: hue angle of 313.64º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD4E5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 229 -
CMYK 0 0.09 0.02 0.08
HSL 313.64º 0.34% 0.87% -
HSV(B) 313.64º 0.09% 0.92% -
XYZ 71.62 70.24 83.91 -
YUV 220.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 234 212 229 0 0.09 0.02 0.08 313.64 0.34 0.87
Hex EA D4 E5 0 9 2 8 13A 22 57
Octal 352 324 345 0 11 2 10 472 42 127
Binary 11101010 11010100 11100101 0 1001 10 1000 100111010 100010 1010111

Color Harmonies of #EAD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4E5

Black with #EAD4E5

Text Example


Text Example

White with #EAD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4E5; }

 p { color: rgb(234,212,229); }

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

background-color css

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

 a { background-color: rgb(234,212,229); }

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

border-color css

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

 span { border-color: rgb(234,212,229); }

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