Html Css Color HEX #DBBBED Mauve

📋 copy color: '#DBBBED'

red 219 ◦ green 187 ◦ blue 237

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

Shades of Mauve #DBBBED

Tints of Mauve #DBBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.08%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 34.06%
G = 29.08%
B = 36.86%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBBBED (or 0xDBBBED) is known color: Mauve. HEX triplet: DB, BB and ED. RGB value is (219,187,237). Sum of RGB (Red+Green+Blue) = 219+187+237=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBED is #244412. Grayscale: #CACACA. Windows color (decimal): -2376723 or 15580123. OLE color: 15580123.

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

Color convert

RGB 219 187 237 -
CMYK 0.08 0.21 0 0.07
HSL 278.4º 0.58% 0.83% -
HSV(B) 278.4º 0.21% 0.93% -
XYZ 62.27 56.72 87.79 -
YUV 202.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 219 187 237 0.08 0.21 0 0.07 278.4 0.58 0.83
Hex DB BB ED 8 15 0 7 116 3A 53
Octal 333 273 355 10 25 0 7 426 72 123
Binary 11011011 10111011 11101101 1000 10101 0 111 100010110 111010 1010011

Color Harmonies of #DBBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBED

Black with #DBBBED

Text Example


Text Example

White with #DBBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBED; }

 p { color: rgb(219,187,237); }

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

background-color css

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

 a { background-color: rgb(219,187,237); }

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

border-color css

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

 span { border-color: rgb(219,187,237); }

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