Html Css Color HEX #DEA9F1 Mauve

📋 copy color: '#DEA9F1'

red 222 ◦ green 169 ◦ blue 241

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

Shades of Mauve #DEA9F1

Tints of Mauve #DEA9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 35.13%
G = 26.74%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEA9F1 (or 0xDEA9F1) is known color: Mauve. HEX triplet: DE, A9 and F1. RGB value is (222,169,241). Sum of RGB (Red+Green+Blue) = 222+169+241=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9F1 is #21560E. Grayscale: #C0C0C0. Windows color (decimal): -2184719 or 15837662. OLE color: 15837662.

HSL color Cylindrical-coordinate representation of color #DEA9F1: hue angle of 284.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA9F1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 169 241 -
CMYK 0.08 0.30 0 0.05
HSL 284.17º 0.72% 0.8% -
HSV(B) 284.17º 0.3% 0.95% -
XYZ 60.19 50.26 89.75 -
YUV 193.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 222 169 241 0.08 0.30 0 0.05 284.17 0.72 0.8
Hex DE A9 F1 8 1E 0 5 11C 48 50
Octal 336 251 361 10 36 0 5 434 110 120
Binary 11011110 10101001 11110001 1000 11110 0 101 100011100 1001000 1010000

Color Harmonies of #DEA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9F1

Black with #DEA9F1

Text Example


Text Example

White with #DEA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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