Html Css Color HEX #DEA1FE Mauve

📋 copy color: '#DEA1FE'

red 222 ◦ green 161 ◦ blue 254

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

Shades of Mauve #DEA1FE

Tints of Mauve #DEA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.27%

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

R = 34.85%
G = 25.27%
B = 39.87%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEA1FE (or 0xDEA1FE) is known color: Mauve. HEX triplet: DE, A1 and FE. RGB value is (222,161,254). Sum of RGB (Red+Green+Blue) = 222+161+254=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1FE is #215E01. Grayscale: #BDBDBD. Windows color (decimal): -2186754 or 16687582. OLE color: 16687582.

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

Color convert

RGB 222 161 254 -
CMYK 0.13 0.37 0 0.00
HSL 279.35º 0.98% 0.81% -
HSV(B) 279.35º 0.37% 1% -
XYZ 60.76 48.18 99.86 -
YUV 189.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 222 161 254 0.13 0.37 0 0.00 279.35 0.98 0.81
Hex DE A1 FE D 25 0 0 117 62 51
Octal 336 241 376 15 45 0 0 427 142 121
Binary 11011110 10100001 11111110 1101 100101 0 0 100010111 1100010 1010001

Color Harmonies of #DEA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1FE

Black with #DEA1FE

Text Example


Text Example

White with #DEA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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