Html Css Color HEX #DBB5ED Mauve

📋 copy color: '#DBB5ED'

red 219 ◦ green 181 ◦ blue 237

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

Shades of Mauve #DBB5ED

Tints of Mauve #DBB5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 34.38%
G = 28.41%
B = 37.21%

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

#DBB5ED (or 0xDBB5ED) is known color: Mauve. HEX triplet: DB, B5 and ED. RGB value is (219,181,237). Sum of RGB (Red+Green+Blue) = 219+181+237=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5ED is #244A12. Grayscale: #C6C6C6. Windows color (decimal): -2378259 or 15578587. OLE color: 15578587.

HSL color Cylindrical-coordinate representation of color #DBB5ED: hue angle of 280.71º degrees, saturation: 0.61, 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 #DBB5ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 181 237 -
CMYK 0.08 0.24 0 0.07
HSL 280.71º 0.61% 0.82% -
HSV(B) 280.71º 0.24% 0.93% -
XYZ 61.02 54.22 87.37 -
YUV 198.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 219 181 237 0.08 0.24 0 0.07 280.71 0.61 0.82
Hex DB B5 ED 8 18 0 7 119 3D 52
Octal 333 265 355 10 30 0 7 431 75 122
Binary 11011011 10110101 11101101 1000 11000 0 111 100011001 111101 1010010

Color Harmonies of #DBB5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5ED

Black with #DBB5ED

Text Example


Text Example

White with #DBB5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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