Html Css Color HEX #EAD4E6 Snuff

📋 copy color: '#EAD4E6'

red 234 ◦ green 212 ◦ blue 230

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

Shades of Snuff #EAD4E6

Tints of Snuff #EAD4E6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.36%

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

R = 34.62%
G = 31.36%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAD4E6 (or 0xEAD4E6) is known color: Snuff. HEX triplet: EA, D4 and E6. RGB value is (234,212,230). Sum of RGB (Red+Green+Blue) = 234+212+230=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4E6 is #152B19. Grayscale: #DCDCDC. Windows color (decimal): -1387290 or 15127786. OLE color: 15127786.

HSL color Cylindrical-coordinate representation of color #EAD4E6: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD4E6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 230 -
CMYK 0 0.09 0.02 0.08
HSL 310.91º 0.34% 0.87% -
HSV(B) 310.91º 0.09% 0.92% -
XYZ 71.76 70.29 84.65 -
YUV 220.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 234 212 230 0 0.09 0.02 0.08 310.91 0.34 0.87
Hex EA D4 E6 0 9 2 8 137 22 57
Octal 352 324 346 0 11 2 10 467 42 127
Binary 11101010 11010100 11100110 0 1001 10 1000 100110111 100010 1010111

Color Harmonies of #EAD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4E6

Black with #EAD4E6

Text Example


Text Example

White with #EAD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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