Html Css Color HEX #DEA3FA Mauve

📋 copy color: '#DEA3FA'

red 222 ◦ green 163 ◦ blue 250

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

Shades of Mauve #DEA3FA

Tints of Mauve #DEA3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.67%

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

R = 34.96%
G = 25.67%
B = 39.37%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA3FA (or 0xDEA3FA) is known color: Mauve. HEX triplet: DE, A3 and FA. RGB value is (222,163,250). Sum of RGB (Red+Green+Blue) = 222+163+250=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3FA is #215C05. Grayscale: #BEBEBE. Windows color (decimal): -2186246 or 16425950. OLE color: 16425950.

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

Color convert

RGB 222 163 250 -
CMYK 0.11 0.35 0 0.02
HSL 280.69º 0.9% 0.81% -
HSV(B) 280.69º 0.35% 0.98% -
XYZ 60.48 48.63 96.64 -
YUV 190.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 222 163 250 0.11 0.35 0 0.02 280.69 0.9 0.81
Hex DE A3 FA B 23 0 2 119 5A 51
Octal 336 243 372 13 43 0 2 431 132 121
Binary 11011110 10100011 11111010 1011 100011 0 10 100011001 1011010 1010001

Color Harmonies of #DEA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA3FA

Black with #DEA3FA

Text Example


Text Example

White with #DEA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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