Html Css Color HEX #DABAF3 Mauve

📋 copy color: '#DABAF3'

red 218 ◦ green 186 ◦ blue 243

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

Shades of Mauve #DABAF3

Tints of Mauve #DABAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 33.69%
G = 28.75%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DABAF3 (or 0xDABAF3) is known color: Mauve. HEX triplet: DA, BA and F3. RGB value is (218,186,243). Sum of RGB (Red+Green+Blue) = 218+186+243=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #DABAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF3 is #25450C. Grayscale: #C9C9C9. Windows color (decimal): -2442509 or 15973082. OLE color: 15973082.

HSL color Cylindrical-coordinate representation of color #DABAF3: hue angle of 273.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABAF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 186 243 -
CMYK 0.10 0.23 0 0.05
HSL 273.68º 0.7% 0.84% -
HSV(B) 273.68º 0.23% 0.95% -
XYZ 62.65 56.49 92.4 -
YUV 202.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 218 186 243 0.10 0.23 0 0.05 273.68 0.7 0.84
Hex DA BA F3 A 17 0 5 112 46 54
Octal 332 272 363 12 27 0 5 422 106 124
Binary 11011010 10111010 11110011 1010 10111 0 101 100010010 1000110 1010100

Color Harmonies of #DABAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAF3

Black with #DABAF3

Text Example


Text Example

White with #DABAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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