Html Css Color HEX #EAD4EA Snuff

📋 copy color: '#EAD4EA'

red 234 ◦ green 212 ◦ blue 234

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

Shades of Snuff #EAD4EA

Tints of Snuff #EAD4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.41%

R = 34.41%
G = 31.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAD4EA (or 0xEAD4EA) is known color: Snuff. HEX triplet: EA, D4 and EA. RGB value is (234,212,234). Sum of RGB (Red+Green+Blue) = 234+212+234=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EA is #152B15. Grayscale: #DDDDDD. Windows color (decimal): -1387286 or 15389930. OLE color: 15389930.

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

Color convert

RGB 234 212 234 -
CMYK 0 0.09 0 0.08
HSL 300º 0.34% 0.87% -
HSV(B) 300º 0.09% 0.92% -
XYZ 72.33 70.52 87.64 -
YUV 221.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 234 212 234 0 0.09 0 0.08 300 0.34 0.87
Hex EA D4 EA 0 9 0 8 12C 22 57
Octal 352 324 352 0 11 0 10 454 42 127
Binary 11101010 11010100 11101010 0 1001 0 1000 100101100 100010 1010111

Color Harmonies of #EAD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4EA

Black with #EAD4EA

Text Example


Text Example

White with #EAD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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