Html Css Color HEX #EADBE7 Snuff

📋 copy color: '#EADBE7'

red 234 ◦ green 219 ◦ blue 231

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

Shades of Snuff #EADBE7

Tints of Snuff #EADBE7

RGB

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

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

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

R = 34.21%
G = 32.02%
B = 33.77%

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

#EADBE7 (or 0xEADBE7) is known color: Snuff. HEX triplet: EA, DB and E7. RGB value is (234,219,231). Sum of RGB (Red+Green+Blue) = 234+219+231=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE7 is #152418. Grayscale: #E0E0E0. Windows color (decimal): -1385497 or 15195114. OLE color: 15195114.

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

Color convert

RGB 234 219 231 -
CMYK 0 0.06 0.01 0.08
HSL 312º 0.26% 0.89% -
HSV(B) 312º 0.06% 0.92% -
XYZ 73.69 73.92 85.99 -
YUV 224.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 234 219 231 0 0.06 0.01 0.08 312 0.26 0.89
Hex EA DB E7 0 6 1 8 138 1A 59
Octal 352 333 347 0 6 1 10 470 32 131
Binary 11101010 11011011 11100111 0 110 1 1000 100111000 11010 1011001

Color Harmonies of #EADBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE7

Black with #EADBE7

Text Example


Text Example

White with #EADBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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