Html Css Color HEX #DBB6F3 Mauve

📋 copy color: '#DBB6F3'

red 219 ◦ green 182 ◦ blue 243

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

Shades of Mauve #DBB6F3

Tints of Mauve #DBB6F3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.26%

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

R = 34.01%
G = 28.26%
B = 37.73%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBB6F3 (or 0xDBB6F3) is known color: Mauve. HEX triplet: DB, B6 and F3. RGB value is (219,182,243). Sum of RGB (Red+Green+Blue) = 219+182+243=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6F3 is #24490C. Grayscale: #C7C7C7. Windows color (decimal): -2377997 or 15972059. OLE color: 15972059.

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

Color convert

RGB 219 182 243 -
CMYK 0.10 0.25 0 0.05
HSL 276.39º 0.72% 0.83% -
HSV(B) 276.39º 0.25% 0.95% -
XYZ 62.12 54.99 92.13 -
YUV 200.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 219 182 243 0.10 0.25 0 0.05 276.39 0.72 0.83
Hex DB B6 F3 A 19 0 5 114 48 53
Octal 333 266 363 12 31 0 5 424 110 123
Binary 11011011 10110110 11110011 1010 11001 0 101 100010100 1001000 1010011

Color Harmonies of #DBB6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6F3

Black with #DBB6F3

Text Example


Text Example

White with #DBB6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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