Html Css Color HEX #EADBE6 Snuff

📋 copy color: '#EADBE6'

red 234 ◦ green 219 ◦ blue 230

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

Shades of Snuff #EADBE6

Tints of Snuff #EADBE6

RGB

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

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

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

R = 34.26%
G = 32.06%
B = 33.67%

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

#EADBE6 (or 0xEADBE6) is known color: Snuff. HEX triplet: EA, DB and E6. RGB value is (234,219,230). Sum of RGB (Red+Green+Blue) = 234+219+230=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE6 is #152419. Grayscale: #E0E0E0. Windows color (decimal): -1385498 or 15129578. OLE color: 15129578.

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

Color convert

RGB 234 219 230 -
CMYK 0 0.06 0.02 0.08
HSL 316º 0.26% 0.89% -
HSV(B) 316º 0.06% 0.92% -
XYZ 73.55 73.87 85.24 -
YUV 224.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 234 219 230 0 0.06 0.02 0.08 316 0.26 0.89
Hex EA DB E6 0 6 2 8 13C 1A 59
Octal 352 333 346 0 6 2 10 474 32 131
Binary 11101010 11011011 11100110 0 110 10 1000 100111100 11010 1011001

Color Harmonies of #EADBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE6

Black with #EADBE6

Text Example


Text Example

White with #EADBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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