Html Css Color HEX #DBBBF3 Mauve

📋 copy color: '#DBBBF3'

red 219 ◦ green 187 ◦ blue 243

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

Shades of Mauve #DBBBF3

Tints of Mauve #DBBBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.44%

R = 33.74%
G = 28.81%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBBBF3 (or 0xDBBBF3) is known color: Mauve. HEX triplet: DB, BB and F3. RGB value is (219,187,243). Sum of RGB (Red+Green+Blue) = 219+187+243=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF3 is #24440C. Grayscale: #CACACA. Windows color (decimal): -2376717 or 15973339. OLE color: 15973339.

HSL color Cylindrical-coordinate representation of color #DBBBF3: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBBF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 187 243 -
CMYK 0.10 0.23 0 0.05
HSL 274.29º 0.7% 0.84% -
HSV(B) 274.29º 0.23% 0.95% -
XYZ 63.16 57.07 92.48 -
YUV 202.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 219 187 243 0.10 0.23 0 0.05 274.29 0.7 0.84
Hex DB BB F3 A 17 0 5 112 46 54
Octal 333 273 363 12 27 0 5 422 106 124
Binary 11011011 10111011 11110011 1010 10111 0 101 100010010 1000110 1010100

Color Harmonies of #DBBBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBF3

Black with #DBBBF3

Text Example


Text Example

White with #DBBBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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