Html Css Color HEX #DEA0FB Mauve

📋 copy color: '#DEA0FB'

red 222 ◦ green 160 ◦ blue 251

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

Shades of Mauve #DEA0FB

Tints of Mauve #DEA0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.28%

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

R = 35.07%
G = 25.28%
B = 39.65%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEA0FB (or 0xDEA0FB) is known color: Mauve. HEX triplet: DE, A0 and FB. RGB value is (222,160,251). Sum of RGB (Red+Green+Blue) = 222+160+251=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0FB is #215F04. Grayscale: #BCBCBC. Windows color (decimal): -2187013 or 16490718. OLE color: 16490718.

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

Color convert

RGB 222 160 251 -
CMYK 0.12 0.36 0 0.02
HSL 280.88º 0.92% 0.81% -
HSV(B) 280.88º 0.36% 0.98% -
XYZ 60.11 47.64 97.29 -
YUV 188.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 222 160 251 0.12 0.36 0 0.02 280.88 0.92 0.81
Hex DE A0 FB C 24 0 2 119 5C 51
Octal 336 240 373 14 44 0 2 431 134 121
Binary 11011110 10100000 11111011 1100 100100 0 10 100011001 1011100 1010001

Color Harmonies of #DEA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0FB

Black with #DEA0FB

Text Example


Text Example

White with #DEA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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