Html Css Color HEX #DBBCFE Mauve

📋 copy color: '#DBBCFE'

red 219 ◦ green 188 ◦ blue 254

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

Shades of Mauve #DBBCFE

Tints of Mauve #DBBCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.43%

R = 33.13%
G = 28.44%
B = 38.43%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBBCFE (or 0xDBBCFE) is known color: Mauve. HEX triplet: DB, BC and FE. RGB value is (219,188,254). Sum of RGB (Red+Green+Blue) = 219+188+254=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCFE is #244301. Grayscale: #CCCCCC. Windows color (decimal): -2376450 or 16694491. OLE color: 16694491.

HSL color Cylindrical-coordinate representation of color #DBBCFE: hue angle of 268.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBCFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 188 254 -
CMYK 0.14 0.26 0 0.00
HSL 268.18º 0.97% 0.87% -
HSV(B) 268.18º 0.26% 1% -
XYZ 65.09 58.18 101.57 -
YUV 204.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 219 188 254 0.14 0.26 0 0.00 268.18 0.97 0.87
Hex DB BC FE E 1A 0 0 10C 61 57
Octal 333 274 376 16 32 0 0 414 141 127
Binary 11011011 10111100 11111110 1110 11010 0 0 100001100 1100001 1010111

Color Harmonies of #DBBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCFE

Black with #DBBCFE

Text Example


Text Example

White with #DBBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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