Html Css Color HEX #DABAF4 Mauve

📋 copy color: '#DABAF4'

red 218 ◦ green 186 ◦ blue 244

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

Shades of Mauve #DABAF4

Tints of Mauve #DABAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.65%

R = 33.64%
G = 28.7%
B = 37.65%

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

#DABAF4 (or 0xDABAF4) is known color: Mauve. HEX triplet: DA, BA and F4. RGB value is (218,186,244). Sum of RGB (Red+Green+Blue) = 218+186+244=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #DABAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF4 is #25450B. Grayscale: #C9C9C9. Windows color (decimal): -2442508 or 16038618. OLE color: 16038618.

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

Color convert

RGB 218 186 244 -
CMYK 0.11 0.24 0 0.04
HSL 273.1º 0.73% 0.84% -
HSV(B) 273.1º 0.24% 0.96% -
XYZ 62.8 56.55 93.19 -
YUV 202.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 218 186 244 0.11 0.24 0 0.04 273.1 0.73 0.84
Hex DA BA F4 B 18 0 4 111 48 54
Octal 332 272 364 13 30 0 4 421 110 124
Binary 11011010 10111010 11110100 1011 11000 0 100 100010001 1001000 1010100

Color Harmonies of #DABAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAF4

Black with #DABAF4

Text Example


Text Example

White with #DABAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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