Html Css Color HEX #EAD6ED Snuff

📋 copy color: '#EAD6ED'

red 234 ◦ green 214 ◦ blue 237

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

Shades of Snuff #EAD6ED

Tints of Snuff #EAD6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.24%

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

R = 34.16%
G = 31.24%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD6ED (or 0xEAD6ED) is known color: Snuff. HEX triplet: EA, D6 and ED. RGB value is (234,214,237). Sum of RGB (Red+Green+Blue) = 234+214+237=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6ED is #152912. Grayscale: #DEDEDE. Windows color (decimal): -1386771 or 15587050. OLE color: 15587050.

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

Color convert

RGB 234 214 237 -
CMYK 0.01 0.10 0 0.07
HSL 292.17º 0.39% 0.88% -
HSV(B) 292.17º 0.1% 0.93% -
XYZ 73.26 71.7 90.1 -
YUV 222.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 234 214 237 0.01 0.10 0 0.07 292.17 0.39 0.88
Hex EA D6 ED 1 A 0 7 124 27 58
Octal 352 326 355 1 12 0 7 444 47 130
Binary 11101010 11010110 11101101 1 1010 0 111 100100100 100111 1011000

Color Harmonies of #EAD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6ED

Black with #EAD6ED

Text Example


Text Example

White with #EAD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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