Html Css Color HEX #EAD3ED Snuff

📋 copy color: '#EAD3ED'

red 234 ◦ green 211 ◦ blue 237

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

Shades of Snuff #EAD3ED

Tints of Snuff #EAD3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.94%

 BLUE value IS 237 (92.97% from 255) = 34.75%

R = 34.31%
G = 30.94%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD3ED (or 0xEAD3ED) is known color: Snuff. HEX triplet: EA, D3 and ED. RGB value is (234,211,237). Sum of RGB (Red+Green+Blue) = 234+211+237=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3ED is #152C12. Grayscale: #DCDCDC. Windows color (decimal): -1387539 or 15586282. OLE color: 15586282.

HSL color Cylindrical-coordinate representation of color #EAD3ED: hue angle of 293.08º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD3ED is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 211 237 -
CMYK 0.01 0.11 0 0.07
HSL 293.08º 0.42% 0.88% -
HSV(B) 293.08º 0.11% 0.93% -
XYZ 72.51 70.2 89.85 -
YUV 220.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 234 211 237 0.01 0.11 0 0.07 293.08 0.42 0.88
Hex EA D3 ED 1 B 0 7 125 2A 58
Octal 352 323 355 1 13 0 7 445 52 130
Binary 11101010 11010011 11101101 1 1011 0 111 100100101 101010 1011000

Color Harmonies of #EAD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3ED

Black with #EAD3ED

Text Example


Text Example

White with #EAD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3ED; }

 p { color: rgb(234,211,237); }

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

background-color css

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

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

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

border-color css

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

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

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