Html Css Color HEX #EADDE7 Snuff

📋 copy color: '#EADDE7'

red 234 ◦ green 221 ◦ blue 231

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

Shades of Snuff #EADDE7

Tints of Snuff #EADDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.22%

 BLUE value IS 231 (90.63% from 255) = 33.67%

R = 34.11%
G = 32.22%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EADDE7 (or 0xEADDE7) is known color: Snuff. HEX triplet: EA, DD and E7. RGB value is (234,221,231). Sum of RGB (Red+Green+Blue) = 234+221+231=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE7 is #152218. Grayscale: #E1E1E1. Windows color (decimal): -1384985 or 15195626. OLE color: 15195626.

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

Color convert

RGB 234 221 231 -
CMYK 0 0.06 0.01 0.08
HSL 313.85º 0.24% 0.89% -
HSV(B) 313.85º 0.06% 0.92% -
XYZ 74.21 74.97 86.16 -
YUV 226.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 234 221 231 0 0.06 0.01 0.08 313.85 0.24 0.89
Hex EA DD E7 0 6 1 8 13A 18 59
Octal 352 335 347 0 6 1 10 472 30 131
Binary 11101010 11011101 11100111 0 110 1 1000 100111010 11000 1011001

Color Harmonies of #EADDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE7

Black with #EADDE7

Text Example


Text Example

White with #EADDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE7; }

 p { color: rgb(234,221,231); }

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

background-color css

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

 a { background-color: rgb(234,221,231); }

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

border-color css

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

 span { border-color: rgb(234,221,231); }

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