Html Css Color HEX #DBB8F0 Mauve

📋 copy color: '#DBB8F0'

red 219 ◦ green 184 ◦ blue 240

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

Shades of Mauve #DBB8F0

Tints of Mauve #DBB8F0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.62%

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

R = 34.06%
G = 28.62%
B = 37.33%

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

#DBB8F0 (or 0xDBB8F0) is known color: Mauve. HEX triplet: DB, B8 and F0. RGB value is (219,184,240). Sum of RGB (Red+Green+Blue) = 219+184+240=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8F0 is #24470F. Grayscale: #C8C8C8. Windows color (decimal): -2377488 or 15775963. OLE color: 15775963.

HSL color Cylindrical-coordinate representation of color #DBB8F0: hue angle of 277.5º 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 #DBB8F0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 184 240 -
CMYK 0.09 0.23 0 0.06
HSL 277.5º 0.65% 0.83% -
HSV(B) 277.5º 0.23% 0.94% -
XYZ 62.08 55.63 89.9 -
YUV 200.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 219 184 240 0.09 0.23 0 0.06 277.5 0.65 0.83
Hex DB B8 F0 9 17 0 6 116 41 53
Octal 333 270 360 11 27 0 6 426 101 123
Binary 11011011 10111000 11110000 1001 10111 0 110 100010110 1000001 1010011

Color Harmonies of #DBB8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8F0

Black with #DBB8F0

Text Example


Text Example

White with #DBB8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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