Html Css Color HEX #DEAAED Mauve

📋 copy color: '#DEAAED'

red 222 ◦ green 170 ◦ blue 237

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

Shades of Mauve #DEAAED

Tints of Mauve #DEAAED

RGB

 RED value IS 222 (87.11% from 255) = 35.29%

 GREEN value IS 170 (66.8% from 255) = 27.03%

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

R = 35.29%
G = 27.03%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEAAED (or 0xDEAAED) is known color: Mauve. HEX triplet: DE, AA and ED. RGB value is (222,170,237). Sum of RGB (Red+Green+Blue) = 222+170+237=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAED is #215512. Grayscale: #C0C0C0. Windows color (decimal): -2184467 or 15575774. OLE color: 15575774.

HSL color Cylindrical-coordinate representation of color #DEAAED: hue angle of 286.57º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAAED is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 170 237 -
CMYK 0.06 0.28 0 0.07
HSL 286.57º 0.65% 0.8% -
HSV(B) 286.57º 0.28% 0.93% -
XYZ 59.78 50.39 86.7 -
YUV 193.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 222 170 237 0.06 0.28 0 0.07 286.57 0.65 0.8
Hex DE AA ED 6 1C 0 7 11F 41 50
Octal 336 252 355 6 34 0 7 437 101 120
Binary 11011110 10101010 11101101 110 11100 0 111 100011111 1000001 1010000

Color Harmonies of #DEAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAED

Black with #DEAAED

Text Example


Text Example

White with #DEAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAED; }

 p { color: rgb(222,170,237); }

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

background-color css

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

 a { background-color: rgb(222,170,237); }

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

border-color css

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

 span { border-color: rgb(222,170,237); }

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