Html Css Color HEX #DABAF5 Mauve

📋 copy color: '#DABAF5'

red 218 ◦ green 186 ◦ blue 245

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

Shades of Mauve #DABAF5

Tints of Mauve #DABAF5

RGB

 RED value IS 218 (85.55% from 255) = 33.59%

 GREEN value IS 186 (73.05% from 255) = 28.66%

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 33.59%
G = 28.66%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DABAF5 (or 0xDABAF5) is known color: Mauve. HEX triplet: DA, BA and F5. RGB value is (218,186,245). Sum of RGB (Red+Green+Blue) = 218+186+245=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF5 is #25450A. Grayscale: #CACACA. Windows color (decimal): -2442507 or 16104154. OLE color: 16104154.

HSL color Cylindrical-coordinate representation of color #DABAF5: hue angle of 272.54º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABAF5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 186 245 -
CMYK 0.11 0.24 0 0.04
HSL 272.54º 0.75% 0.85% -
HSV(B) 272.54º 0.24% 0.96% -
XYZ 62.95 56.62 94 -
YUV 202.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 218 186 245 0.11 0.24 0 0.04 272.54 0.75 0.85
Hex DA BA F5 B 18 0 4 111 4B 55
Octal 332 272 365 13 30 0 4 421 113 125
Binary 11011010 10111010 11110101 1011 11000 0 100 100010001 1001011 1010101

Color Harmonies of #DABAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAF5

Black with #DABAF5

Text Example


Text Example

White with #DABAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAF5; }

 p { color: rgb(218,186,245); }

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

background-color css

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

 a { background-color: rgb(218,186,245); }

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

border-color css

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

 span { border-color: rgb(218,186,245); }

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