Html Css Color HEX #DBB3F0 Mauve

📋 copy color: '#DBB3F0'

red 219 ◦ green 179 ◦ blue 240

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

Shades of Mauve #DBB3F0

Tints of Mauve #DBB3F0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.06%

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 34.33%
G = 28.06%
B = 37.62%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB3F0 (or 0xDBB3F0) is known color: Mauve. HEX triplet: DB, B3 and F0. RGB value is (219,179,240). Sum of RGB (Red+Green+Blue) = 219+179+240=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3F0 is #244C0F. Grayscale: #C5C5C5. Windows color (decimal): -2378768 or 15774683. OLE color: 15774683.

HSL color Cylindrical-coordinate representation of color #DBB3F0: hue angle of 279.34º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB3F0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 179 240 -
CMYK 0.09 0.25 0 0.06
HSL 279.34º 0.67% 0.82% -
HSV(B) 279.34º 0.25% 0.94% -
XYZ 61.06 53.59 89.56 -
YUV 197.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 219 179 240 0.09 0.25 0 0.06 279.34 0.67 0.82
Hex DB B3 F0 9 19 0 6 117 43 52
Octal 333 263 360 11 31 0 6 427 103 122
Binary 11011011 10110011 11110000 1001 11001 0 110 100010111 1000011 1010010

Color Harmonies of #DBB3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3F0

Black with #DBB3F0

Text Example


Text Example

White with #DBB3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3F0; }

 p { color: rgb(219,179,240); }

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

background-color css

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

 a { background-color: rgb(219,179,240); }

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

border-color css

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

 span { border-color: rgb(219,179,240); }

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