Html Css Color HEX #DABAF0 Mauve

📋 copy color: '#DABAF0'

red 218 ◦ green 186 ◦ blue 240

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

Shades of Mauve #DABAF0

Tints of Mauve #DABAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 33.85%
G = 28.88%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DABAF0 (or 0xDABAF0) is known color: Mauve. HEX triplet: DA, BA and F0. RGB value is (218,186,240). Sum of RGB (Red+Green+Blue) = 218+186+240=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DABAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF0 is #25450F. Grayscale: #C9C9C9. Windows color (decimal): -2442512 or 15776474. OLE color: 15776474.

HSL color Cylindrical-coordinate representation of color #DABAF0: hue angle of 275.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABAF0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 186 240 -
CMYK 0.09 0.22 0 0.06
HSL 275.56º 0.64% 0.84% -
HSV(B) 275.56º 0.23% 0.94% -
XYZ 62.2 56.31 90.03 -
YUV 201.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 218 186 240 0.09 0.22 0 0.06 275.56 0.64 0.84
Hex DA BA F0 9 16 0 6 114 40 54
Octal 332 272 360 11 26 0 6 424 100 124
Binary 11011010 10111010 11110000 1001 10110 0 110 100010100 1000000 1010100

Color Harmonies of #DABAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAF0

Black with #DABAF0

Text Example


Text Example

White with #DABAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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