Html Css Color HEX #DEAAF2 Mauve

📋 copy color: '#DEAAF2'

red 222 ◦ green 170 ◦ blue 242

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

Shades of Mauve #DEAAF2

Tints of Mauve #DEAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 35.02%
G = 26.81%
B = 38.17%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEAAF2 (or 0xDEAAF2) is known color: Mauve. HEX triplet: DE, AA and F2. RGB value is (222,170,242). Sum of RGB (Red+Green+Blue) = 222+170+242=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF2 is #21550D. Grayscale: #C1C1C1. Windows color (decimal): -2184462 or 15903454. OLE color: 15903454.

HSL color Cylindrical-coordinate representation of color #DEAAF2: hue angle of 283.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAAF2 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 170 242 -
CMYK 0.08 0.30 0 0.05
HSL 283.33º 0.73% 0.81% -
HSV(B) 283.33º 0.3% 0.95% -
XYZ 60.53 50.69 90.6 -
YUV 193.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 222 170 242 0.08 0.30 0 0.05 283.33 0.73 0.81
Hex DE AA F2 8 1E 0 5 11B 49 51
Octal 336 252 362 10 36 0 5 433 111 121
Binary 11011110 10101010 11110010 1000 11110 0 101 100011011 1001001 1010001

Color Harmonies of #DEAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAF2

Black with #DEAAF2

Text Example


Text Example

White with #DEAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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