Html Css Color HEX #EADCE6 Snuff

📋 copy color: '#EADCE6'

red 234 ◦ green 220 ◦ blue 230

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

Shades of Snuff #EADCE6

Tints of Snuff #EADCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.16%

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

R = 34.21%
G = 32.16%
B = 33.63%

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

#EADCE6 (or 0xEADCE6) is known color: Snuff. HEX triplet: EA, DC and E6. RGB value is (234,220,230). Sum of RGB (Red+Green+Blue) = 234+220+230=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE6 is #152319. Grayscale: #E1E1E1. Windows color (decimal): -1385242 or 15129834. OLE color: 15129834.

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

Color convert

RGB 234 220 230 -
CMYK 0 0.06 0.02 0.08
HSL 317.14º 0.25% 0.89% -
HSV(B) 317.14º 0.06% 0.92% -
XYZ 73.81 74.39 85.33 -
YUV 225.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 234 220 230 0 0.06 0.02 0.08 317.14 0.25 0.89
Hex EA DC E6 0 6 2 8 13D 19 59
Octal 352 334 346 0 6 2 10 475 31 131
Binary 11101010 11011100 11100110 0 110 10 1000 100111101 11001 1011001

Color Harmonies of #EADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADCE6

Black with #EADCE6

Text Example


Text Example

White with #EADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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