Html Css Color HEX #DBB0F6 Mauve

📋 copy color: '#DBB0F6'

red 219 ◦ green 176 ◦ blue 246

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

Shades of Mauve #DBB0F6

Tints of Mauve #DBB0F6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.46%

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 34.17%
G = 27.46%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBB0F6 (or 0xDBB0F6) is known color: Mauve. HEX triplet: DB, B0 and F6. RGB value is (219,176,246). Sum of RGB (Red+Green+Blue) = 219+176+246=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0F6 is #244F09. Grayscale: #C4C4C4. Windows color (decimal): -2379530 or 16167131. OLE color: 16167131.

HSL color Cylindrical-coordinate representation of color #DBB0F6: hue angle of 276.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB0F6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 176 246 -
CMYK 0.11 0.28 0 0.04
HSL 276.86º 0.8% 0.83% -
HSV(B) 276.86º 0.28% 0.96% -
XYZ 61.37 52.76 94.14 -
YUV 196.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 219 176 246 0.11 0.28 0 0.04 276.86 0.8 0.83
Hex DB B0 F6 B 1C 0 4 115 50 53
Octal 333 260 366 13 34 0 4 425 120 123
Binary 11011011 10110000 11110110 1011 11100 0 100 100010101 1010000 1010011

Color Harmonies of #DBB0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0F6

Black with #DBB0F6

Text Example


Text Example

White with #DBB0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0F6; }

 p { color: rgb(219,176,246); }

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

background-color css

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

 a { background-color: rgb(219,176,246); }

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

border-color css

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

 span { border-color: rgb(219,176,246); }

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