Html Css Color HEX #DBBFFD Mauve

📋 copy color: '#DBBFFD'

red 219 ◦ green 191 ◦ blue 253

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

Shades of Mauve #DBBFFD

Tints of Mauve #DBBFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 28.81%

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 33.03%
G = 28.81%
B = 38.16%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBBFFD (or 0xDBBFFD) is known color: Mauve. HEX triplet: DB, BF and FD. RGB value is (219,191,253). Sum of RGB (Red+Green+Blue) = 219+191+253=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFFD is #244002. Grayscale: #CECECE. Windows color (decimal): -2375683 or 16629723. OLE color: 16629723.

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

Color convert

RGB 219 191 253 -
CMYK 0.13 0.25 0 0.01
HSL 267.1º 0.94% 0.87% -
HSV(B) 267.1º 0.25% 0.99% -
XYZ 65.57 59.41 100.94 -
YUV 206.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 219 191 253 0.13 0.25 0 0.01 267.1 0.94 0.87
Hex DB BF FD D 19 0 1 10B 5E 57
Octal 333 277 375 15 31 0 1 413 136 127
Binary 11011011 10111111 11111101 1101 11001 0 1 100001011 1011110 1010111

Color Harmonies of #DBBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFFD

Black with #DBBFFD

Text Example


Text Example

White with #DBBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFFD; }

 p { color: rgb(219,191,253); }

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

background-color css

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

 a { background-color: rgb(219,191,253); }

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

border-color css

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

 span { border-color: rgb(219,191,253); }

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