Html Css Color HEX #DBBCF5 Mauve

📋 copy color: '#DBBCF5'

red 219 ◦ green 188 ◦ blue 245

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

Shades of Mauve #DBBCF5

Tints of Mauve #DBBCF5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.83%

 BLUE value IS 245 (96.09% from 255) = 37.58%

R = 33.59%
G = 28.83%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBBCF5 (or 0xDBBCF5) is known color: Mauve. HEX triplet: DB, BC and F5. RGB value is (219,188,245). Sum of RGB (Red+Green+Blue) = 219+188+245=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBBCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF5 is #24430A. Grayscale: #CBCBCB. Windows color (decimal): -2376459 or 16104667. OLE color: 16104667.

HSL color Cylindrical-coordinate representation of color #DBBCF5: hue angle of 272.63º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBCF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 188 245 -
CMYK 0.11 0.23 0 0.04
HSL 272.63º 0.74% 0.85% -
HSV(B) 272.63º 0.23% 0.96% -
XYZ 63.68 57.62 94.15 -
YUV 203.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 219 188 245 0.11 0.23 0 0.04 272.63 0.74 0.85
Hex DB BC F5 B 17 0 4 111 4A 55
Octal 333 274 365 13 27 0 4 421 112 125
Binary 11011011 10111100 11110101 1011 10111 0 100 100010001 1001010 1010101

Color Harmonies of #DBBCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCF5

Black with #DBBCF5

Text Example


Text Example

White with #DBBCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCF5; }

 p { color: rgb(219,188,245); }

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

background-color css

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

 a { background-color: rgb(219,188,245); }

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

border-color css

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

 span { border-color: rgb(219,188,245); }

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