Html Css Color HEX #DEABF6 Mauve

📋 copy color: '#DEABF6'

red 222 ◦ green 171 ◦ blue 246

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

Shades of Mauve #DEABF6

Tints of Mauve #DEABF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 34.74%
G = 26.76%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEABF6 (or 0xDEABF6) is known color: Mauve. HEX triplet: DE, AB and F6. RGB value is (222,171,246). Sum of RGB (Red+Green+Blue) = 222+171+246=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABF6 is #215409. Grayscale: #C2C2C2. Windows color (decimal): -2184202 or 16165854. OLE color: 16165854.

HSL color Cylindrical-coordinate representation of color #DEABF6: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEABF6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 171 246 -
CMYK 0.10 0.30 0 0.04
HSL 280.8º 0.81% 0.82% -
HSV(B) 280.8º 0.3% 0.96% -
XYZ 61.32 51.31 93.86 -
YUV 194.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 222 171 246 0.10 0.30 0 0.04 280.8 0.81 0.82
Hex DE AB F6 A 1E 0 4 119 51 52
Octal 336 253 366 12 36 0 4 431 121 122
Binary 11011110 10101011 11110110 1010 11110 0 100 100011001 1010001 1010010

Color Harmonies of #DEABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABF6

Black with #DEABF6

Text Example


Text Example

White with #DEABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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