Html Css Color HEX #DBBDFD Mauve

📋 copy color: '#DBBDFD'

red 219 ◦ green 189 ◦ blue 253

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

Shades of Mauve #DBBDFD

Tints of Mauve #DBBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.59%

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

R = 33.13%
G = 28.59%
B = 38.28%

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

#DBBDFD (or 0xDBBDFD) is known color: Mauve. HEX triplet: DB, BD and FD. RGB value is (219,189,253). Sum of RGB (Red+Green+Blue) = 219+189+253=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDFD is #244202. Grayscale: #CDCDCD. Windows color (decimal): -2376195 or 16629211. OLE color: 16629211.

HSL color Cylindrical-coordinate representation of color #DBBDFD: hue angle of 268.12º 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 #DBBDFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 189 253 -
CMYK 0.13 0.25 0 0.01
HSL 268.13º 0.94% 0.87% -
HSV(B) 268.13º 0.25% 0.99% -
XYZ 65.14 58.55 100.8 -
YUV 205.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 219 189 253 0.13 0.25 0 0.01 268.13 0.94 0.87
Hex DB BD FD D 19 0 1 10C 5E 57
Octal 333 275 375 15 31 0 1 414 136 127
Binary 11011011 10111101 11111101 1101 11001 0 1 100001100 1011110 1010111

Color Harmonies of #DBBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDFD

Black with #DBBDFD

Text Example


Text Example

White with #DBBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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