Html Css Color HEX #DBB1EF Mauve

📋 copy color: '#DBB1EF'

red 219 ◦ green 177 ◦ blue 239

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

Shades of Mauve #DBB1EF

Tints of Mauve #DBB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.87%

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

R = 34.49%
G = 27.87%
B = 37.64%

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

#DBB1EF (or 0xDBB1EF) is known color: Mauve. HEX triplet: DB, B1 and EF. RGB value is (219,177,239). Sum of RGB (Red+Green+Blue) = 219+177+239=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1EF is #244E10. Grayscale: #C4C4C4. Windows color (decimal): -2379281 or 15708635. OLE color: 15708635.

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

Color convert

RGB 219 177 239 -
CMYK 0.08 0.26 0 0.06
HSL 280.65º 0.66% 0.82% -
HSV(B) 280.65º 0.26% 0.94% -
XYZ 60.52 52.74 88.65 -
YUV 196.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 219 177 239 0.08 0.26 0 0.06 280.65 0.66 0.82
Hex DB B1 EF 8 1A 0 6 119 42 52
Octal 333 261 357 10 32 0 6 431 102 122
Binary 11011011 10110001 11101111 1000 11010 0 110 100011001 1000010 1010010

Color Harmonies of #DBB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1EF

Black with #DBB1EF

Text Example


Text Example

White with #DBB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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