Html Css Color HEX #DBB8EE Mauve

📋 copy color: '#DBB8EE'

red 219 ◦ green 184 ◦ blue 238

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

Shades of Mauve #DBB8EE

Tints of Mauve #DBB8EE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.71%

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

R = 34.17%
G = 28.71%
B = 37.13%

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

#DBB8EE (or 0xDBB8EE) is known color: Mauve. HEX triplet: DB, B8 and EE. RGB value is (219,184,238). Sum of RGB (Red+Green+Blue) = 219+184+238=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8EE is #244711. Grayscale: #C8C8C8. Windows color (decimal): -2377490 or 15644891. OLE color: 15644891.

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

Color convert

RGB 219 184 238 -
CMYK 0.08 0.23 0 0.07
HSL 278.89º 0.61% 0.83% -
HSV(B) 278.89º 0.23% 0.93% -
XYZ 61.79 55.51 88.35 -
YUV 200.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 219 184 238 0.08 0.23 0 0.07 278.89 0.61 0.83
Hex DB B8 EE 8 17 0 7 117 3D 53
Octal 333 270 356 10 27 0 7 427 75 123
Binary 11011011 10111000 11101110 1000 10111 0 111 100010111 111101 1010011

Color Harmonies of #DBB8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8EE

Black with #DBB8EE

Text Example


Text Example

White with #DBB8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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