Html Css Color HEX #DBB4EE Mauve

📋 copy color: '#DBB4EE'

red 219 ◦ green 180 ◦ blue 238

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

Shades of Mauve #DBB4EE

Tints of Mauve #DBB4EE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.26%

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

R = 34.38%
G = 28.26%
B = 37.36%

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

#DBB4EE (or 0xDBB4EE) is known color: Mauve. HEX triplet: DB, B4 and EE. RGB value is (219,180,238). Sum of RGB (Red+Green+Blue) = 219+180+238=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4EE is #244B11. Grayscale: #C6C6C6. Windows color (decimal): -2378514 or 15643867. OLE color: 15643867.

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

Color convert

RGB 219 180 238 -
CMYK 0.08 0.24 0 0.07
HSL 280.34º 0.63% 0.82% -
HSV(B) 280.34º 0.24% 0.93% -
XYZ 60.97 53.88 88.07 -
YUV 198.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 219 180 238 0.08 0.24 0 0.07 280.34 0.63 0.82
Hex DB B4 EE 8 18 0 7 118 3F 52
Octal 333 264 356 10 30 0 7 430 77 122
Binary 11011011 10110100 11101110 1000 11000 0 111 100011000 111111 1010010

Color Harmonies of #DBB4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4EE

Black with #DBB4EE

Text Example


Text Example

White with #DBB4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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