Html Css Color HEX #DEA9FA Mauve

📋 copy color: '#DEA9FA'

red 222 ◦ green 169 ◦ blue 250

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

Shades of Mauve #DEA9FA

Tints of Mauve #DEA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.37%

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

R = 34.63%
G = 26.37%
B = 39%

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

#DEA9FA (or 0xDEA9FA) is known color: Mauve. HEX triplet: DE, A9 and FA. RGB value is (222,169,250). Sum of RGB (Red+Green+Blue) = 222+169+250=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9FA is #215605. Grayscale: #C1C1C1. Windows color (decimal): -2184710 or 16427486. OLE color: 16427486.

HSL color Cylindrical-coordinate representation of color #DEA9FA: hue angle of 279.26º 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 #DEA9FA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 169 250 -
CMYK 0.11 0.32 0 0.02
HSL 279.26º 0.89% 0.82% -
HSV(B) 279.26º 0.32% 0.98% -
XYZ 61.57 50.81 97 -
YUV 194.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 222 169 250 0.11 0.32 0 0.02 279.26 0.89 0.82
Hex DE A9 FA B 20 0 2 117 59 52
Octal 336 251 372 13 40 0 2 427 131 122
Binary 11011110 10101001 11111010 1011 100000 0 10 100010111 1011001 1010010

Color Harmonies of #DEA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9FA

Black with #DEA9FA

Text Example


Text Example

White with #DEA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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