Html Css Color HEX #DEA2FF Mauve

📋 copy color: '#DEA2FF'

red 222 ◦ green 162 ◦ blue 255

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

Shades of Mauve #DEA2FF

Tints of Mauve #DEA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 34.74%
G = 25.35%
B = 39.91%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEA2FF (or 0xDEA2FF) is known color: Mauve. HEX triplet: DE, A2 and FF. RGB value is (222,162,255). Sum of RGB (Red+Green+Blue) = 222+162+255=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2FF is #215D00. Grayscale: #BEBEBE. Windows color (decimal): -2186497 or 16753374. OLE color: 16753374.

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

Color convert

RGB 222 162 255 -
CMYK 0.13 0.36 0 0
HSL 278.71º 1% 0.82% -
HSV(B) 278.71º 0.36% 1% -
XYZ 61.09 48.59 100.77 -
YUV 190.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 222 162 255 0.13 0.36 0 0 278.71 1 0.82
Hex DE A2 FF D 24 0 0 117 64 52
Octal 336 242 377 15 44 0 0 427 144 122
Binary 11011110 10100010 11111111 1101 100100 0 0 100010111 1100100 1010010

Color Harmonies of #DEA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA2FF

Black with #DEA2FF

Text Example


Text Example

White with #DEA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA2FF; }

 p { color: rgb(222,162,255); }

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

background-color css

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

 a { background-color: rgb(222,162,255); }

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

border-color css

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

 span { border-color: rgb(222,162,255); }

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