Html Css Color HEX #DBAFFB Mauve

📋 copy color: '#DBAFFB'

red 219 ◦ green 175 ◦ blue 251

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

Shades of Mauve #DBAFFB

Tints of Mauve #DBAFFB

RGB

 RED value IS 219 (85.94% from 255) = 33.95%

 GREEN value IS 175 (68.75% from 255) = 27.13%

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

R = 33.95%
G = 27.13%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAFFB (or 0xDBAFFB) is known color: Mauve. HEX triplet: DB, AF and FB. RGB value is (219,175,251). Sum of RGB (Red+Green+Blue) = 219+175+251=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFB is #245004. Grayscale: #C4C4C4. Windows color (decimal): -2379781 or 16494555. OLE color: 16494555.

HSL color Cylindrical-coordinate representation of color #DBAFFB: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAFFB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 175 251 -
CMYK 0.13 0.30 0 0.02
HSL 274.74º 0.9% 0.84% -
HSV(B) 274.74º 0.3% 0.98% -
XYZ 61.96 52.69 98.17 -
YUV 196.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 219 175 251 0.13 0.30 0 0.02 274.74 0.9 0.84
Hex DB AF FB D 1E 0 2 113 5A 54
Octal 333 257 373 15 36 0 2 423 132 124
Binary 11011011 10101111 11111011 1101 11110 0 10 100010011 1011010 1010100

Color Harmonies of #DBAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFFB

Black with #DBAFFB

Text Example


Text Example

White with #DBAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFFB; }

 p { color: rgb(219,175,251); }

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

background-color css

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

 a { background-color: rgb(219,175,251); }

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

border-color css

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

 span { border-color: rgb(219,175,251); }

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