Html Css Color HEX #DABDF6 Mauve

📋 copy color: '#DABDF6'

red 218 ◦ green 189 ◦ blue 246

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

Shades of Mauve #DABDF6

Tints of Mauve #DABDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 33.38%
G = 28.94%
B = 37.67%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DABDF6 (or 0xDABDF6) is known color: Mauve. HEX triplet: DA, BD and F6. RGB value is (218,189,246). Sum of RGB (Red+Green+Blue) = 218+189+246=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DABDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF6 is #254209. Grayscale: #CBCBCB. Windows color (decimal): -2441738 or 16170458. OLE color: 16170458.

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

Color convert

RGB 218 189 246 -
CMYK 0.11 0.23 0 0.04
HSL 270.53º 0.76% 0.85% -
HSV(B) 270.53º 0.23% 0.96% -
XYZ 63.75 57.95 95.02 -
YUV 204.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 218 189 246 0.11 0.23 0 0.04 270.53 0.76 0.85
Hex DA BD F6 B 17 0 4 10F 4C 55
Octal 332 275 366 13 27 0 4 417 114 125
Binary 11011010 10111101 11110110 1011 10111 0 100 100001111 1001100 1010101

Color Harmonies of #DABDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDF6

Black with #DABDF6

Text Example


Text Example

White with #DABDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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