Html Css Color HEX #DBB3EE Mauve

📋 copy color: '#DBB3EE'

red 219 ◦ green 179 ◦ blue 238

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

Shades of Mauve #DBB3EE

Tints of Mauve #DBB3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.14%

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

R = 34.43%
G = 28.14%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB3EE (or 0xDBB3EE) is known color: Mauve. HEX triplet: DB, B3 and EE. RGB value is (219,179,238). Sum of RGB (Red+Green+Blue) = 219+179+238=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EE is #244C11. Grayscale: #C5C5C5. Windows color (decimal): -2378770 or 15643611. OLE color: 15643611.

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

Color convert

RGB 219 179 238 -
CMYK 0.08 0.25 0 0.07
HSL 280.68º 0.63% 0.82% -
HSV(B) 280.68º 0.25% 0.93% -
XYZ 60.77 53.47 88.01 -
YUV 197.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 219 179 238 0.08 0.25 0 0.07 280.68 0.63 0.82
Hex DB B3 EE 8 19 0 7 119 3F 52
Octal 333 263 356 10 31 0 7 431 77 122
Binary 11011011 10110011 11101110 1000 11001 0 111 100011001 111111 1010010

Color Harmonies of #DBB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3EE

Black with #DBB3EE

Text Example


Text Example

White with #DBB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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