Html Css Color HEX #DEAAFA Mauve

📋 copy color: '#DEAAFA'

red 222 ◦ green 170 ◦ blue 250

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

Shades of Mauve #DEAAFA

Tints of Mauve #DEAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 34.58%
G = 26.48%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEAAFA (or 0xDEAAFA) is known color: Mauve. HEX triplet: DE, AA and FA. RGB value is (222,170,250). Sum of RGB (Red+Green+Blue) = 222+170+250=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAFA is #215505. Grayscale: #C2C2C2. Windows color (decimal): -2184454 or 16427742. OLE color: 16427742.

HSL color Cylindrical-coordinate representation of color #DEAAFA: hue angle of 279º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEAAFA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 170 250 -
CMYK 0.11 0.32 0 0.02
HSL 279º 0.89% 0.82% -
HSV(B) 279º 0.32% 0.98% -
XYZ 61.75 51.18 97.07 -
YUV 194.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 222 170 250 0.11 0.32 0 0.02 279 0.89 0.82
Hex DE AA FA B 20 0 2 117 59 52
Octal 336 252 372 13 40 0 2 427 131 122
Binary 11011110 10101010 11111010 1011 100000 0 10 100010111 1011001 1010010

Color Harmonies of #DEAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAAFA

Black with #DEAAFA

Text Example


Text Example

White with #DEAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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