Html Css Color HEX #DEA8FE Mauve

📋 copy color: '#DEA8FE'

red 222 ◦ green 168 ◦ blue 254

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

Shades of Mauve #DEA8FE

Tints of Mauve #DEA8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.09%

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

R = 34.47%
G = 26.09%
B = 39.44%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEA8FE (or 0xDEA8FE) is known color: Mauve. HEX triplet: DE, A8 and FE. RGB value is (222,168,254). Sum of RGB (Red+Green+Blue) = 222+168+254=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8FE is #215701. Grayscale: #C1C1C1. Windows color (decimal): -2184962 or 16689374. OLE color: 16689374.

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

Color convert

RGB 222 168 254 -
CMYK 0.13 0.34 0 0.00
HSL 277.67º 0.98% 0.83% -
HSV(B) 277.67º 0.34% 1% -
XYZ 62.02 50.69 100.28 -
YUV 193.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 222 168 254 0.13 0.34 0 0.00 277.67 0.98 0.83
Hex DE A8 FE D 22 0 0 116 62 53
Octal 336 250 376 15 42 0 0 426 142 123
Binary 11011110 10101000 11111110 1101 100010 0 0 100010110 1100010 1010011

Color Harmonies of #DEA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8FE

Black with #DEA8FE

Text Example


Text Example

White with #DEA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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