Html Css Color HEX #DBACFD Mauve

📋 copy color: '#DBACFD'

red 219 ◦ green 172 ◦ blue 253

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

Shades of Mauve #DBACFD

Tints of Mauve #DBACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.71%

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

R = 34.01%
G = 26.71%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBACFD (or 0xDBACFD) is known color: Mauve. HEX triplet: DB, AC and FD. RGB value is (219,172,253). Sum of RGB (Red+Green+Blue) = 219+172+253=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACFD is #245302. Grayscale: #C3C3C3. Windows color (decimal): -2380547 or 16624859. OLE color: 16624859.

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

Color convert

RGB 219 172 253 -
CMYK 0.13 0.32 0 0.01
HSL 274.81º 0.95% 0.83% -
HSV(B) 274.81º 0.32% 0.99% -
XYZ 61.7 51.66 99.65 -
YUV 195.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 219 172 253 0.13 0.32 0 0.01 274.81 0.95 0.83
Hex DB AC FD D 20 0 1 113 5F 53
Octal 333 254 375 15 40 0 1 423 137 123
Binary 11011011 10101100 11111101 1101 100000 0 1 100010011 1011111 1010011

Color Harmonies of #DBACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACFD

Black with #DBACFD

Text Example


Text Example

White with #DBACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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