Html Css Color HEX #DEA5FA Mauve

📋 copy color: '#DEA5FA'

red 222 ◦ green 165 ◦ blue 250

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

Shades of Mauve #DEA5FA

Tints of Mauve #DEA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.9%

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

R = 34.85%
G = 25.9%
B = 39.25%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA5FA (or 0xDEA5FA) is known color: Mauve. HEX triplet: DE, A5 and FA. RGB value is (222,165,250). Sum of RGB (Red+Green+Blue) = 222+165+250=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5FA is #215A05. Grayscale: #BFBFBF. Windows color (decimal): -2185734 or 16426462. OLE color: 16426462.

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

Color convert

RGB 222 165 250 -
CMYK 0.11 0.34 0 0.02
HSL 280.24º 0.89% 0.81% -
HSV(B) 280.24º 0.34% 0.98% -
XYZ 60.83 49.34 96.76 -
YUV 191.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 222 165 250 0.11 0.34 0 0.02 280.24 0.89 0.81
Hex DE A5 FA B 22 0 2 118 59 51
Octal 336 245 372 13 42 0 2 430 131 121
Binary 11011110 10100101 11111010 1011 100010 0 10 100011000 1011001 1010001

Color Harmonies of #DEA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5FA

Black with #DEA5FA

Text Example


Text Example

White with #DEA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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