Html Css Color HEX #DBAFFD Mauve

📋 copy color: '#DBAFFD'

red 219 ◦ green 175 ◦ blue 253

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

Shades of Mauve #DBAFFD

Tints of Mauve #DBAFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.05%

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

R = 33.85%
G = 27.05%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBAFFD (or 0xDBAFFD) is known color: Mauve. HEX triplet: DB, AF and FD. RGB value is (219,175,253). Sum of RGB (Red+Green+Blue) = 219+175+253=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFD is #245002. Grayscale: #C4C4C4. Windows color (decimal): -2379779 or 16625627. OLE color: 16625627.

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

Color convert

RGB 219 175 253 -
CMYK 0.13 0.31 0 0.01
HSL 273.85º 0.95% 0.84% -
HSV(B) 273.85º 0.31% 0.99% -
XYZ 62.27 52.81 99.84 -
YUV 197.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 219 175 253 0.13 0.31 0 0.01 273.85 0.95 0.84
Hex DB AF FD D 1F 0 1 112 5F 54
Octal 333 257 375 15 37 0 1 422 137 124
Binary 11011011 10101111 11111101 1101 11111 0 1 100010010 1011111 1010100

Color Harmonies of #DBAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFFD

Black with #DBAFFD

Text Example


Text Example

White with #DBAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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