Html Css Color HEX #DBB0EF Mauve

📋 copy color: '#DBB0EF'

red 219 ◦ green 176 ◦ blue 239

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

Shades of Mauve #DBB0EF

Tints of Mauve #DBB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 34.54%
G = 27.76%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB0EF (or 0xDBB0EF) is known color: Mauve. HEX triplet: DB, B0 and EF. RGB value is (219,176,239). Sum of RGB (Red+Green+Blue) = 219+176+239=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EF is #244F10. Grayscale: #C3C3C3. Windows color (decimal): -2379537 or 15708379. OLE color: 15708379.

HSL color Cylindrical-coordinate representation of color #DBB0EF: hue angle of 280.95º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB0EF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 176 239 -
CMYK 0.08 0.26 0 0.06
HSL 280.95º 0.66% 0.81% -
HSV(B) 280.95º 0.26% 0.94% -
XYZ 60.32 52.34 88.59 -
YUV 196.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 219 176 239 0.08 0.26 0 0.06 280.95 0.66 0.81
Hex DB B0 EF 8 1A 0 6 119 42 51
Octal 333 260 357 10 32 0 6 431 102 121
Binary 11011011 10110000 11101111 1000 11010 0 110 100011001 1000010 1010001

Color Harmonies of #DBB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0EF

Black with #DBB0EF

Text Example


Text Example

White with #DBB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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