Html Css Color HEX #DEABFA Mauve

📋 copy color: '#DEABFA'

red 222 ◦ green 171 ◦ blue 250

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

Shades of Mauve #DEABFA

Tints of Mauve #DEABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.59%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 34.53%
G = 26.59%
B = 38.88%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEABFA (or 0xDEABFA) is known color: Mauve. HEX triplet: DE, AB and FA. RGB value is (222,171,250). Sum of RGB (Red+Green+Blue) = 222+171+250=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABFA is #215405. Grayscale: #C2C2C2. Windows color (decimal): -2184198 or 16427998. OLE color: 16427998.

HSL color Cylindrical-coordinate representation of color #DEABFA: hue angle of 278.73º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEABFA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 171 250 -
CMYK 0.11 0.32 0 0.02
HSL 278.73º 0.89% 0.83% -
HSV(B) 278.73º 0.32% 0.98% -
XYZ 61.94 51.56 97.13 -
YUV 195.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 222 171 250 0.11 0.32 0 0.02 278.73 0.89 0.83
Hex DE AB FA B 20 0 2 117 59 53
Octal 336 253 372 13 40 0 2 427 131 123
Binary 11011110 10101011 11111010 1011 100000 0 10 100010111 1011001 1010011

Color Harmonies of #DEABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABFA

Black with #DEABFA

Text Example


Text Example

White with #DEABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABFA; }

 p { color: rgb(222,171,250); }

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

background-color css

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

 a { background-color: rgb(222,171,250); }

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

border-color css

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

 span { border-color: rgb(222,171,250); }

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