Html Css Color HEX #DBB5EE Mauve

📋 copy color: '#DBB5EE'

red 219 ◦ green 181 ◦ blue 238

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

Shades of Mauve #DBB5EE

Tints of Mauve #DBB5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.37%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 34.33%
G = 28.37%
B = 37.3%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB5EE (or 0xDBB5EE) is known color: Mauve. HEX triplet: DB, B5 and EE. RGB value is (219,181,238). Sum of RGB (Red+Green+Blue) = 219+181+238=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5EE is #244A11. Grayscale: #C6C6C6. Windows color (decimal): -2378258 or 15644123. OLE color: 15644123.

HSL color Cylindrical-coordinate representation of color #DBB5EE: hue angle of 280º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB5EE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 181 238 -
CMYK 0.08 0.24 0 0.07
HSL 280º 0.63% 0.82% -
HSV(B) 280º 0.24% 0.93% -
XYZ 61.17 54.28 88.14 -
YUV 198.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 219 181 238 0.08 0.24 0 0.07 280 0.63 0.82
Hex DB B5 EE 8 18 0 7 118 3F 52
Octal 333 265 356 10 30 0 7 430 77 122
Binary 11011011 10110101 11101110 1000 11000 0 111 100011000 111111 1010010

Color Harmonies of #DBB5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5EE

Black with #DBB5EE

Text Example


Text Example

White with #DBB5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5EE; }

 p { color: rgb(219,181,238); }

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

background-color css

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

 a { background-color: rgb(219,181,238); }

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

border-color css

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

 span { border-color: rgb(219,181,238); }

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