Html Css Color HEX #DEA9FE Mauve

📋 copy color: '#DEA9FE'

red 222 ◦ green 169 ◦ blue 254

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

Shades of Mauve #DEA9FE

Tints of Mauve #DEA9FE

RGB

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

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

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

R = 34.42%
G = 26.2%
B = 39.38%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEA9FE (or 0xDEA9FE) is known color: Mauve. HEX triplet: DE, A9 and FE. RGB value is (222,169,254). Sum of RGB (Red+Green+Blue) = 222+169+254=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9FE is #215601. Grayscale: #C2C2C2. Windows color (decimal): -2184706 or 16689630. OLE color: 16689630.

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

Color convert

RGB 222 169 254 -
CMYK 0.13 0.33 0 0.00
HSL 277.41º 0.98% 0.83% -
HSV(B) 277.41º 0.33% 1% -
XYZ 62.2 51.06 100.34 -
YUV 194.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 222 169 254 0.13 0.33 0 0.00 277.41 0.98 0.83
Hex DE A9 FE D 21 0 0 115 62 53
Octal 336 251 376 15 41 0 0 425 142 123
Binary 11011110 10101001 11111110 1101 100001 0 0 100010101 1100010 1010011

Color Harmonies of #DEA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9FE

Black with #DEA9FE

Text Example


Text Example

White with #DEA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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