Html Css Color HEX #DEA9F8 Mauve

📋 copy color: '#DEA9F8'

red 222 ◦ green 169 ◦ blue 248

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

Shades of Mauve #DEA9F8

Tints of Mauve #DEA9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 34.74%
G = 26.45%
B = 38.81%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEA9F8 (or 0xDEA9F8) is known color: Mauve. HEX triplet: DE, A9 and F8. RGB value is (222,169,248). Sum of RGB (Red+Green+Blue) = 222+169+248=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEA9F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9F8 is #215607. Grayscale: #C1C1C1. Windows color (decimal): -2184712 or 16296414. OLE color: 16296414.

HSL color Cylindrical-coordinate representation of color #DEA9F8: hue angle of 280.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA9F8 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 169 248 -
CMYK 0.10 0.32 0 0.03
HSL 280.25º 0.85% 0.82% -
HSV(B) 280.25º 0.32% 0.97% -
XYZ 61.26 50.68 95.36 -
YUV 193.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 222 169 248 0.10 0.32 0 0.03 280.25 0.85 0.82
Hex DE A9 F8 A 20 0 3 118 55 52
Octal 336 251 370 12 40 0 3 430 125 122
Binary 11011110 10101001 11111000 1010 100000 0 11 100011000 1010101 1010010

Color Harmonies of #DEA9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9F8

Black with #DEA9F8

Text Example


Text Example

White with #DEA9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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