Html Css Color HEX #DBBCFD Mauve

📋 copy color: '#DBBCFD'

red 219 ◦ green 188 ◦ blue 253

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

Shades of Mauve #DBBCFD

Tints of Mauve #DBBCFD

RGB

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

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

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

R = 33.18%
G = 28.48%
B = 38.33%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBBCFD (or 0xDBBCFD) is known color: Mauve. HEX triplet: DB, BC and FD. RGB value is (219,188,253). Sum of RGB (Red+Green+Blue) = 219+188+253=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCFD is #244302. Grayscale: #CCCCCC. Windows color (decimal): -2376451 or 16628955. OLE color: 16628955.

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

Color convert

RGB 219 188 253 -
CMYK 0.13 0.26 0 0.01
HSL 268.62º 0.94% 0.86% -
HSV(B) 268.62º 0.26% 0.99% -
XYZ 64.93 58.12 100.72 -
YUV 204.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 219 188 253 0.13 0.26 0 0.01 268.62 0.94 0.86
Hex DB BC FD D 1A 0 1 10D 5E 56
Octal 333 274 375 15 32 0 1 415 136 126
Binary 11011011 10111100 11111101 1101 11010 0 1 100001101 1011110 1010110

Color Harmonies of #DBBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCFD

Black with #DBBCFD

Text Example


Text Example

White with #DBBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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