Html Css Color HEX #DEA2FB Mauve

📋 copy color: '#DEA2FB'

red 222 ◦ green 162 ◦ blue 251

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

Shades of Mauve #DEA2FB

Tints of Mauve #DEA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.53%

R = 34.96%
G = 25.51%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA2FB (or 0xDEA2FB) is known color: Mauve. HEX triplet: DE, A2 and FB. RGB value is (222,162,251). Sum of RGB (Red+Green+Blue) = 222+162+251=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2FB is #215D04. Grayscale: #BDBDBD. Windows color (decimal): -2186501 or 16491230. OLE color: 16491230.

HSL color Cylindrical-coordinate representation of color #DEA2FB: hue angle of 280.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA2FB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 162 251 -
CMYK 0.12 0.35 0 0.02
HSL 280.45º 0.92% 0.81% -
HSV(B) 280.45º 0.35% 0.98% -
XYZ 60.46 48.34 97.41 -
YUV 190.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 222 162 251 0.12 0.35 0 0.02 280.45 0.92 0.81
Hex DE A2 FB C 23 0 2 118 5C 51
Octal 336 242 373 14 43 0 2 430 134 121
Binary 11011110 10100010 11111011 1100 100011 0 10 100011000 1011100 1010001

Color Harmonies of #DEA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA2FB

Black with #DEA2FB

Text Example


Text Example

White with #DEA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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