Html Css Color HEX #DBBBF8 Mauve

📋 copy color: '#DBBBF8'

red 219 ◦ green 187 ◦ blue 248

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

Shades of Mauve #DBBBF8

Tints of Mauve #DBBBF8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.59%

 BLUE value IS 248 (97.27% from 255) = 37.92%

R = 33.49%
G = 28.59%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBBBF8 (or 0xDBBBF8) is known color: Mauve. HEX triplet: DB, BB and F8. RGB value is (219,187,248). Sum of RGB (Red+Green+Blue) = 219+187+248=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF8 is #244407. Grayscale: #CBCBCB. Windows color (decimal): -2376712 or 16301019. OLE color: 16301019.

HSL color Cylindrical-coordinate representation of color #DBBBF8: hue angle of 271.48º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBBF8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 187 248 -
CMYK 0.12 0.25 0 0.03
HSL 271.48º 0.81% 0.85% -
HSV(B) 271.48º 0.25% 0.97% -
XYZ 63.93 57.38 96.51 -
YUV 203.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 219 187 248 0.12 0.25 0 0.03 271.48 0.81 0.85
Hex DB BB F8 C 19 0 3 10F 51 55
Octal 333 273 370 14 31 0 3 417 121 125
Binary 11011011 10111011 11111000 1100 11001 0 11 100001111 1010001 1010101

Color Harmonies of #DBBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBF8

Black with #DBBBF8

Text Example


Text Example

White with #DBBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBF8; }

 p { color: rgb(219,187,248); }

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

background-color css

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

 a { background-color: rgb(219,187,248); }

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

border-color css

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

 span { border-color: rgb(219,187,248); }

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