Html Css Color HEX #DEA6F9 Mauve

📋 copy color: '#DEA6F9'

red 222 ◦ green 166 ◦ blue 249

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

Shades of Mauve #DEA6F9

Tints of Mauve #DEA6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.06%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 34.85%
G = 26.06%
B = 39.09%

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

#DEA6F9 (or 0xDEA6F9) is known color: Mauve. HEX triplet: DE, A6 and F9. RGB value is (222,166,249). Sum of RGB (Red+Green+Blue) = 222+166+249=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6F9 is #215906. Grayscale: #BFBFBF. Windows color (decimal): -2185479 or 16361182. OLE color: 16361182.

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

Color convert

RGB 222 166 249 -
CMYK 0.11 0.33 0 0.02
HSL 280.48º 0.87% 0.81% -
HSV(B) 280.48º 0.33% 0.98% -
XYZ 60.86 49.64 96 -
YUV 192.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 222 166 249 0.11 0.33 0 0.02 280.48 0.87 0.81
Hex DE A6 F9 B 21 0 2 118 57 51
Octal 336 246 371 13 41 0 2 430 127 121
Binary 11011110 10100110 11111001 1011 100001 0 10 100011000 1010111 1010001

Color Harmonies of #DEA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6F9

Black with #DEA6F9

Text Example


Text Example

White with #DEA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6F9; }

 p { color: rgb(222,166,249); }

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

background-color css

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

 a { background-color: rgb(222,166,249); }

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

border-color css

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

 span { border-color: rgb(222,166,249); }

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