Html Css Color HEX #DBA8FC Mauve

📋 copy color: '#DBA8FC'

red 219 ◦ green 168 ◦ blue 252

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

Shades of Mauve #DBA8FC

Tints of Mauve #DBA8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.29%

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 34.27%
G = 26.29%
B = 39.44%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBA8FC (or 0xDBA8FC) is known color: Mauve. HEX triplet: DB, A8 and FC. RGB value is (219,168,252). Sum of RGB (Red+Green+Blue) = 219+168+252=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8FC is #245703. Grayscale: #C0C0C0. Windows color (decimal): -2381572 or 16558299. OLE color: 16558299.

HSL color Cylindrical-coordinate representation of color #DBA8FC: hue angle of 276.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA8FC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 168 252 -
CMYK 0.13 0.33 0 0.01
HSL 276.43º 0.93% 0.82% -
HSV(B) 276.43º 0.33% 0.99% -
XYZ 60.79 50.09 98.56 -
YUV 192.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 219 168 252 0.13 0.33 0 0.01 276.43 0.93 0.82
Hex DB A8 FC D 21 0 1 114 5D 52
Octal 333 250 374 15 41 0 1 424 135 122
Binary 11011011 10101000 11111100 1101 100001 0 1 100010100 1011101 1010010

Color Harmonies of #DBA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8FC

Black with #DBA8FC

Text Example


Text Example

White with #DBA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8FC; }

 p { color: rgb(219,168,252); }

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

background-color css

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

 a { background-color: rgb(219,168,252); }

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

border-color css

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

 span { border-color: rgb(219,168,252); }

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