Html Css Color HEX #DBB7EE Mauve

📋 copy color: '#DBB7EE'

red 219 ◦ green 183 ◦ blue 238

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

Shades of Mauve #DBB7EE

Tints of Mauve #DBB7EE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.59%

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

R = 34.22%
G = 28.59%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB7EE (or 0xDBB7EE) is known color: Mauve. HEX triplet: DB, B7 and EE. RGB value is (219,183,238). Sum of RGB (Red+Green+Blue) = 219+183+238=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7EE is #244811. Grayscale: #C7C7C7. Windows color (decimal): -2377746 or 15644635. OLE color: 15644635.

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

Color convert

RGB 219 183 238 -
CMYK 0.08 0.23 0 0.07
HSL 279.27º 0.62% 0.83% -
HSV(B) 279.27º 0.23% 0.93% -
XYZ 61.58 55.1 88.28 -
YUV 200.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 219 183 238 0.08 0.23 0 0.07 279.27 0.62 0.83
Hex DB B7 EE 8 17 0 7 117 3E 53
Octal 333 267 356 10 27 0 7 427 76 123
Binary 11011011 10110111 11101110 1000 10111 0 111 100010111 111110 1010011

Color Harmonies of #DBB7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7EE

Black with #DBB7EE

Text Example


Text Example

White with #DBB7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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