Html Css Color HEX #DBBBF2 Mauve

📋 copy color: '#DBBBF2'

red 219 ◦ green 187 ◦ blue 242

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

Shades of Mauve #DBBBF2

Tints of Mauve #DBBBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 33.8%
G = 28.86%
B = 37.35%

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

#DBBBF2 (or 0xDBBBF2) is known color: Mauve. HEX triplet: DB, BB and F2. RGB value is (219,187,242). Sum of RGB (Red+Green+Blue) = 219+187+242=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF2 is #24440D. Grayscale: #CACACA. Windows color (decimal): -2376718 or 15907803. OLE color: 15907803.

HSL color Cylindrical-coordinate representation of color #DBBBF2: hue angle of 274.91º degrees, saturation: 0.68, 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 #DBBBF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 187 242 -
CMYK 0.10 0.23 0 0.05
HSL 274.91º 0.68% 0.84% -
HSV(B) 274.91º 0.23% 0.95% -
XYZ 63.01 57.01 91.69 -
YUV 202.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 219 187 242 0.10 0.23 0 0.05 274.91 0.68 0.84
Hex DB BB F2 A 17 0 5 113 44 54
Octal 333 273 362 12 27 0 5 423 104 124
Binary 11011011 10111011 11110010 1010 10111 0 101 100010011 1000100 1010100

Color Harmonies of #DBBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBF2

Black with #DBBBF2

Text Example


Text Example

White with #DBBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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