Html Css Color HEX #DBADFC Mauve

📋 copy color: '#DBADFC'

red 219 ◦ green 173 ◦ blue 252

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

Shades of Mauve #DBADFC

Tints of Mauve #DBADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

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

R = 34.01%
G = 26.86%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBADFC (or 0xDBADFC) is known color: Mauve. HEX triplet: DB, AD and FC. RGB value is (219,173,252). Sum of RGB (Red+Green+Blue) = 219+173+252=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFC is #245203. Grayscale: #C3C3C3. Windows color (decimal): -2380292 or 16559579. OLE color: 16559579.

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

Color convert

RGB 219 173 252 -
CMYK 0.13 0.31 0 0.01
HSL 274.94º 0.93% 0.83% -
HSV(B) 274.94º 0.31% 0.99% -
XYZ 61.73 51.98 98.87 -
YUV 195.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 219 173 252 0.13 0.31 0 0.01 274.94 0.93 0.83
Hex DB AD FC D 1F 0 1 113 5D 53
Octal 333 255 374 15 37 0 1 423 135 123
Binary 11011011 10101101 11111100 1101 11111 0 1 100010011 1011101 1010011

Color Harmonies of #DBADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADFC

Black with #DBADFC

Text Example


Text Example

White with #DBADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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