Html Css Color HEX #EADDE6 Snuff

📋 copy color: '#EADDE6'

red 234 ◦ green 221 ◦ blue 230

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

Shades of Snuff #EADDE6

Tints of Snuff #EADDE6

RGB

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

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

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

R = 34.16%
G = 32.26%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EADDE6 (or 0xEADDE6) is known color: Snuff. HEX triplet: EA, DD and E6. RGB value is (234,221,230). Sum of RGB (Red+Green+Blue) = 234+221+230=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE6 is #152219. Grayscale: #E1E1E1. Windows color (decimal): -1384986 or 15130090. OLE color: 15130090.

HSL color Cylindrical-coordinate representation of color #EADDE6: hue angle of 318.46º 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 #EADDE6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 230 -
CMYK 0 0.06 0.02 0.08
HSL 318.46º 0.24% 0.89% -
HSV(B) 318.46º 0.06% 0.92% -
XYZ 74.07 74.92 85.42 -
YUV 225.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 234 221 230 0 0.06 0.02 0.08 318.46 0.24 0.89
Hex EA DD E6 0 6 2 8 13E 18 59
Octal 352 335 346 0 6 2 10 476 30 131
Binary 11101010 11011101 11100110 0 110 10 1000 100111110 11000 1011001

Color Harmonies of #EADDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE6

Black with #EADDE6

Text Example


Text Example

White with #EADDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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