Html Css Color HEX #DBB8FC Mauve

📋 copy color: '#DBB8FC'

red 219 ◦ green 184 ◦ blue 252

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

Shades of Mauve #DBB8FC

Tints of Mauve #DBB8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 33.44%
G = 28.09%
B = 38.47%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBB8FC (or 0xDBB8FC) is known color: Mauve. HEX triplet: DB, B8 and FC. RGB value is (219,184,252). Sum of RGB (Red+Green+Blue) = 219+184+252=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FC is #244703. Grayscale: #C9C9C9. Windows color (decimal): -2377476 or 16562395. OLE color: 16562395.

HSL color Cylindrical-coordinate representation of color #DBB8FC: hue angle of 270.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB8FC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 184 252 -
CMYK 0.13 0.27 0 0.01
HSL 270.88º 0.92% 0.85% -
HSV(B) 270.88º 0.27% 0.99% -
XYZ 63.92 56.37 99.61 -
YUV 202.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 219 184 252 0.13 0.27 0 0.01 270.88 0.92 0.85
Hex DB B8 FC D 1B 0 1 10F 5C 55
Octal 333 270 374 15 33 0 1 417 134 125
Binary 11011011 10111000 11111100 1101 11011 0 1 100001111 1011100 1010101

Color Harmonies of #DBB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8FC

Black with #DBB8FC

Text Example


Text Example

White with #DBB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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