Html Css Color HEX #DABDF8 Mauve

📋 copy color: '#DABDF8'

red 218 ◦ green 189 ◦ blue 248

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

Shades of Mauve #DABDF8

Tints of Mauve #DABDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 33.28%
G = 28.85%
B = 37.86%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DABDF8 (or 0xDABDF8) is known color: Mauve. HEX triplet: DA, BD and F8. RGB value is (218,189,248). Sum of RGB (Red+Green+Blue) = 218+189+248=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF8 is #254207. Grayscale: #CCCCCC. Windows color (decimal): -2441736 or 16301530. OLE color: 16301530.

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

Color convert

RGB 218 189 248 -
CMYK 0.12 0.24 0 0.03
HSL 269.49º 0.81% 0.86% -
HSV(B) 269.49º 0.24% 0.97% -
XYZ 64.05 58.08 96.64 -
YUV 204.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 218 189 248 0.12 0.24 0 0.03 269.49 0.81 0.86
Hex DA BD F8 C 18 0 3 10D 51 56
Octal 332 275 370 14 30 0 3 415 121 126
Binary 11011010 10111101 11111000 1100 11000 0 11 100001101 1010001 1010110

Color Harmonies of #DABDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDF8

Black with #DABDF8

Text Example


Text Example

White with #DABDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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