Html Css Color HEX #DABDF9 Mauve

📋 copy color: '#DABDF9'

red 218 ◦ green 189 ◦ blue 249

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

Shades of Mauve #DABDF9

Tints of Mauve #DABDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.81%

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 33.23%
G = 28.81%
B = 37.96%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DABDF9 (or 0xDABDF9) is known color: Mauve. HEX triplet: DA, BD and F9. RGB value is (218,189,249). Sum of RGB (Red+Green+Blue) = 218+189+249=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF9 is #254206. Grayscale: #CCCCCC. Windows color (decimal): -2441735 or 16367066. OLE color: 16367066.

HSL color Cylindrical-coordinate representation of color #DABDF9: hue angle of 269º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABDF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 189 249 -
CMYK 0.12 0.24 0 0.02
HSL 269º 0.83% 0.86% -
HSV(B) 269º 0.24% 0.98% -
XYZ 64.21 58.14 97.46 -
YUV 204.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 218 189 249 0.12 0.24 0 0.02 269 0.83 0.86
Hex DA BD F9 C 18 0 2 10D 53 56
Octal 332 275 371 14 30 0 2 415 123 126
Binary 11011010 10111101 11111001 1100 11000 0 10 100001101 1010011 1010110

Color Harmonies of #DABDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDF9

Black with #DABDF9

Text Example


Text Example

White with #DABDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDF9; }

 p { color: rgb(218,189,249); }

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

background-color css

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

 a { background-color: rgb(218,189,249); }

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

border-color css

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

 span { border-color: rgb(218,189,249); }

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