Html Css Color HEX #DBBAEE Mauve

📋 copy color: '#DBBAEE'

red 219 ◦ green 186 ◦ blue 238

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

Shades of Mauve #DBBAEE

Tints of Mauve #DBBAEE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.93%

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

R = 34.06%
G = 28.93%
B = 37.01%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBBAEE (or 0xDBBAEE) is known color: Mauve. HEX triplet: DB, BA and EE. RGB value is (219,186,238). Sum of RGB (Red+Green+Blue) = 219+186+238=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEE is #244511. Grayscale: #C9C9C9. Windows color (decimal): -2376978 or 15645403. OLE color: 15645403.

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

Color convert

RGB 219 186 238 -
CMYK 0.08 0.22 0 0.07
HSL 278.08º 0.6% 0.83% -
HSV(B) 278.08º 0.22% 0.93% -
XYZ 62.2 56.35 88.49 -
YUV 201.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 219 186 238 0.08 0.22 0 0.07 278.08 0.6 0.83
Hex DB BA EE 8 16 0 7 116 3C 53
Octal 333 272 356 10 26 0 7 426 74 123
Binary 11011011 10111010 11101110 1000 10110 0 111 100010110 111100 1010011

Color Harmonies of #DBBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAEE

Black with #DBBAEE

Text Example


Text Example

White with #DBBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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