Html Css Color HEX #DEA3FB Mauve

📋 copy color: '#DEA3FB'

red 222 ◦ green 163 ◦ blue 251

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

Shades of Mauve #DEA3FB

Tints of Mauve #DEA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.63%

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

R = 34.91%
G = 25.63%
B = 39.47%

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

#DEA3FB (or 0xDEA3FB) is known color: Mauve. HEX triplet: DE, A3 and FB. RGB value is (222,163,251). Sum of RGB (Red+Green+Blue) = 222+163+251=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3FB is #215C04. Grayscale: #BEBEBE. Windows color (decimal): -2186245 or 16491486. OLE color: 16491486.

HSL color Cylindrical-coordinate representation of color #DEA3FB: hue angle of 280.23º 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 #DEA3FB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 163 251 -
CMYK 0.12 0.35 0 0.02
HSL 280.23º 0.92% 0.81% -
HSV(B) 280.23º 0.35% 0.98% -
XYZ 60.63 48.69 97.47 -
YUV 190.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 222 163 251 0.12 0.35 0 0.02 280.23 0.92 0.81
Hex DE A3 FB C 23 0 2 118 5C 51
Octal 336 243 373 14 43 0 2 430 134 121
Binary 11011110 10100011 11111011 1100 100011 0 10 100011000 1011100 1010001

Color Harmonies of #DEA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA3FB

Black with #DEA3FB

Text Example


Text Example

White with #DEA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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