Html Css Color HEX #EADBE9 Snuff

📋 copy color: '#EADBE9'

red 234 ◦ green 219 ◦ blue 233

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

Shades of Snuff #EADBE9

Tints of Snuff #EADBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.92%

 BLUE value IS 233 (91.41% from 255) = 33.97%

R = 34.11%
G = 31.92%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EADBE9 (or 0xEADBE9) is known color: Snuff. HEX triplet: EA, DB and E9. RGB value is (234,219,233). Sum of RGB (Red+Green+Blue) = 234+219+233=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE9 is #152416. Grayscale: #E1E1E1. Windows color (decimal): -1385495 or 15326186. OLE color: 15326186.

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

Color convert

RGB 234 219 233 -
CMYK 0 0.06 0.00 0.08
HSL 304º 0.26% 0.89% -
HSV(B) 304º 0.06% 0.92% -
XYZ 73.97 74.04 87.48 -
YUV 225.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 234 219 233 0 0.06 0.00 0.08 304 0.26 0.89
Hex EA DB E9 0 6 0 8 130 1A 59
Octal 352 333 351 0 6 0 10 460 32 131
Binary 11101010 11011011 11101001 0 110 0 1000 100110000 11010 1011001

Color Harmonies of #EADBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE9

Black with #EADBE9

Text Example


Text Example

White with #EADBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE9; }

 p { color: rgb(234,219,233); }

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

background-color css

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

 a { background-color: rgb(234,219,233); }

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

border-color css

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

 span { border-color: rgb(234,219,233); }

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