Html Css Color HEX #DBAFF0 Mauve

📋 copy color: '#DBAFF0'

red 219 ◦ green 175 ◦ blue 240

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

Shades of Mauve #DBAFF0

Tints of Mauve #DBAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 34.54%
G = 27.6%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBAFF0 (or 0xDBAFF0) is known color: Mauve. HEX triplet: DB, AF and F0. RGB value is (219,175,240). Sum of RGB (Red+Green+Blue) = 219+175+240=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF0 is #24500F. Grayscale: #C3C3C3. Windows color (decimal): -2379792 or 15773659. OLE color: 15773659.

HSL color Cylindrical-coordinate representation of color #DBAFF0: hue angle of 280.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAFF0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 175 240 -
CMYK 0.09 0.27 0 0.06
HSL 280.62º 0.68% 0.81% -
HSV(B) 280.62º 0.27% 0.94% -
XYZ 60.27 52.01 89.3 -
YUV 195.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 219 175 240 0.09 0.27 0 0.06 280.62 0.68 0.81
Hex DB AF F0 9 1B 0 6 119 44 51
Octal 333 257 360 11 33 0 6 431 104 121
Binary 11011011 10101111 11110000 1001 11011 0 110 100011001 1000100 1010001

Color Harmonies of #DBAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF0

Black with #DBAFF0

Text Example


Text Example

White with #DBAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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