Html Css Color HEX #DBB9F0 Mauve

📋 copy color: '#DBB9F0'

red 219 ◦ green 185 ◦ blue 240

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

Shades of Mauve #DBB9F0

Tints of Mauve #DBB9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.73%

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

R = 34.01%
G = 28.73%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB9F0 (or 0xDBB9F0) is known color: Mauve. HEX triplet: DB, B9 and F0. RGB value is (219,185,240). Sum of RGB (Red+Green+Blue) = 219+185+240=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9F0 is #24460F. Grayscale: #C9C9C9. Windows color (decimal): -2377232 or 15776219. OLE color: 15776219.

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

Color convert

RGB 219 185 240 -
CMYK 0.09 0.23 0 0.06
HSL 277.09º 0.65% 0.83% -
HSV(B) 277.09º 0.23% 0.94% -
XYZ 62.29 56.05 89.97 -
YUV 201.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 219 185 240 0.09 0.23 0 0.06 277.09 0.65 0.83
Hex DB B9 F0 9 17 0 6 115 41 53
Octal 333 271 360 11 27 0 6 425 101 123
Binary 11011011 10111001 11110000 1001 10111 0 110 100010101 1000001 1010011

Color Harmonies of #DBB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9F0

Black with #DBB9F0

Text Example


Text Example

White with #DBB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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