Html Css Color HEX #DEA7FA Mauve

📋 copy color: '#DEA7FA'

red 222 ◦ green 167 ◦ blue 250

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

Shades of Mauve #DEA7FA

Tints of Mauve #DEA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.13%

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

R = 34.74%
G = 26.13%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA7FA (or 0xDEA7FA) is known color: Mauve. HEX triplet: DE, A7 and FA. RGB value is (222,167,250). Sum of RGB (Red+Green+Blue) = 222+167+250=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7FA is #215805. Grayscale: #C0C0C0. Windows color (decimal): -2185222 or 16426974. OLE color: 16426974.

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

Color convert

RGB 222 167 250 -
CMYK 0.11 0.33 0 0.02
HSL 279.76º 0.89% 0.82% -
HSV(B) 279.76º 0.33% 0.98% -
XYZ 61.2 50.07 96.88 -
YUV 192.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 222 167 250 0.11 0.33 0 0.02 279.76 0.89 0.82
Hex DE A7 FA B 21 0 2 118 59 52
Octal 336 247 372 13 41 0 2 430 131 122
Binary 11011110 10100111 11111010 1011 100001 0 10 100011000 1011001 1010010

Color Harmonies of #DEA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7FA

Black with #DEA7FA

Text Example


Text Example

White with #DEA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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