Html Css Color HEX #DBACFF Mauve

📋 copy color: '#DBACFF'

red 219 ◦ green 172 ◦ blue 255

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

Shades of Mauve #DBACFF

Tints of Mauve #DBACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 33.9%
G = 26.63%
B = 39.47%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBACFF (or 0xDBACFF) is known color: Mauve. HEX triplet: DB, AC and FF. RGB value is (219,172,255). Sum of RGB (Red+Green+Blue) = 219+172+255=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACFF is #245300. Grayscale: #C3C3C3. Windows color (decimal): -2380545 or 16755931. OLE color: 16755931.

HSL color Cylindrical-coordinate representation of color #DBACFF: hue angle of 273.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBACFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 172 255 -
CMYK 0.14 0.33 0 0
HSL 273.98º 1% 0.84% -
HSV(B) 273.98º 0.33% 1% -
XYZ 62.02 51.79 101.33 -
YUV 195.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 219 172 255 0.14 0.33 0 0 273.98 1 0.84
Hex DB AC FF E 21 0 0 112 64 54
Octal 333 254 377 16 41 0 0 422 144 124
Binary 11011011 10101100 11111111 1110 100001 0 0 100010010 1100100 1010100

Color Harmonies of #DBACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACFF

Black with #DBACFF

Text Example


Text Example

White with #DBACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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