Html Css Color HEX #DBAFF8 Mauve

📋 copy color: '#DBAFF8'

red 219 ◦ green 175 ◦ blue 248

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

Shades of Mauve #DBAFF8

Tints of Mauve #DBAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 34.11%
G = 27.26%
B = 38.63%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBAFF8 (or 0xDBAFF8) is known color: Mauve. HEX triplet: DB, AF and F8. RGB value is (219,175,248). Sum of RGB (Red+Green+Blue) = 219+175+248=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF8 is #245007. Grayscale: #C4C4C4. Windows color (decimal): -2379784 or 16297947. OLE color: 16297947.

HSL color Cylindrical-coordinate representation of color #DBAFF8: hue angle of 276.16º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAFF8 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 175 248 -
CMYK 0.12 0.29 0 0.03
HSL 276.16º 0.84% 0.83% -
HSV(B) 276.16º 0.29% 0.97% -
XYZ 61.49 52.5 95.7 -
YUV 196.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 219 175 248 0.12 0.29 0 0.03 276.16 0.84 0.83
Hex DB AF F8 C 1D 0 3 114 54 53
Octal 333 257 370 14 35 0 3 424 124 123
Binary 11011011 10101111 11111000 1100 11101 0 11 100010100 1010100 1010011

Color Harmonies of #DBAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF8

Black with #DBAFF8

Text Example


Text Example

White with #DBAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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