Html Css Color HEX #DBB0E8 Mauve

📋 copy color: '#DBB0E8'

red 219 ◦ green 176 ◦ blue 232

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

Shades of Mauve #DBB0E8

Tints of Mauve #DBB0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37%

R = 34.93%
G = 28.07%
B = 37%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBB0E8 (or 0xDBB0E8) is known color: Mauve. HEX triplet: DB, B0 and E8. RGB value is (219,176,232). Sum of RGB (Red+Green+Blue) = 219+176+232=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0E8 is #244F17. Grayscale: #C3C3C3. Windows color (decimal): -2379544 or 15249627. OLE color: 15249627.

HSL color Cylindrical-coordinate representation of color #DBB0E8: hue angle of 286.07º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB0E8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 176 232 -
CMYK 0.06 0.24 0 0.09
HSL 286.07º 0.55% 0.8% -
HSV(B) 286.07º 0.24% 0.91% -
XYZ 59.3 51.94 83.24 -
YUV 195.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 219 176 232 0.06 0.24 0 0.09 286.07 0.55 0.8
Hex DB B0 E8 6 18 0 9 11E 37 50
Octal 333 260 350 6 30 0 11 436 67 120
Binary 11011011 10110000 11101000 110 11000 0 1001 100011110 110111 1010000

Color Harmonies of #DBB0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0E8

Black with #DBB0E8

Text Example


Text Example

White with #DBB0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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