Html Css Color HEX #DEA6FE Mauve

📋 copy color: '#DEA6FE'

red 222 ◦ green 166 ◦ blue 254

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

Shades of Mauve #DEA6FE

Tints of Mauve #DEA6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 34.58%
G = 25.86%
B = 39.56%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEA6FE (or 0xDEA6FE) is known color: Mauve. HEX triplet: DE, A6 and FE. RGB value is (222,166,254). Sum of RGB (Red+Green+Blue) = 222+166+254=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6FE is #215901. Grayscale: #C0C0C0. Windows color (decimal): -2185474 or 16688862. OLE color: 16688862.

HSL color Cylindrical-coordinate representation of color #DEA6FE: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA6FE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 166 254 -
CMYK 0.13 0.35 0 0.00
HSL 278.18º 0.98% 0.82% -
HSV(B) 278.18º 0.35% 1% -
XYZ 61.65 49.96 100.16 -
YUV 192.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 222 166 254 0.13 0.35 0 0.00 278.18 0.98 0.82
Hex DE A6 FE D 23 0 0 116 62 52
Octal 336 246 376 15 43 0 0 426 142 122
Binary 11011110 10100110 11111110 1101 100011 0 0 100010110 1100010 1010010

Color Harmonies of #DEA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6FE

Black with #DEA6FE

Text Example


Text Example

White with #DEA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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