Html Css Color HEX #DBBEFD Mauve

📋 copy color: '#DBBEFD'

red 219 ◦ green 190 ◦ blue 253

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

Shades of Mauve #DBBEFD

Tints of Mauve #DBBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.7%

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

R = 33.08%
G = 28.7%
B = 38.22%

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

#DBBEFD (or 0xDBBEFD) is known color: Mauve. HEX triplet: DB, BE and FD. RGB value is (219,190,253). Sum of RGB (Red+Green+Blue) = 219+190+253=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEFD is #244102. Grayscale: #CDCDCD. Windows color (decimal): -2375939 or 16629467. OLE color: 16629467.

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

Color convert

RGB 219 190 253 -
CMYK 0.13 0.25 0 0.01
HSL 267.62º 0.94% 0.87% -
HSV(B) 267.62º 0.25% 0.99% -
XYZ 65.36 58.98 100.87 -
YUV 205.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 219 190 253 0.13 0.25 0 0.01 267.62 0.94 0.87
Hex DB BE FD D 19 0 1 10C 5E 57
Octal 333 276 375 15 31 0 1 414 136 127
Binary 11011011 10111110 11111101 1101 11001 0 1 100001100 1011110 1010111

Color Harmonies of #DBBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEFD

Black with #DBBEFD

Text Example


Text Example

White with #DBBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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