Html Css Color HEX #DAB6FD Mauve

📋 copy color: '#DAB6FD'

red 218 ◦ green 182 ◦ blue 253

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

Shades of Mauve #DAB6FD

Tints of Mauve #DAB6FD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.87%

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 33.38%
G = 27.87%
B = 38.74%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAB6FD (or 0xDAB6FD) is known color: Mauve. HEX triplet: DA, B6 and FD. RGB value is (218,182,253). Sum of RGB (Red+Green+Blue) = 218+182+253=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6FD is #254902. Grayscale: #C8C8C8. Windows color (decimal): -2443523 or 16627418. OLE color: 16627418.

HSL color Cylindrical-coordinate representation of color #DAB6FD: hue angle of 270.42º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB6FD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 182 253 -
CMYK 0.14 0.28 0 0.01
HSL 270.42º 0.95% 0.85% -
HSV(B) 270.42º 0.28% 0.99% -
XYZ 63.37 55.45 100.29 -
YUV 200.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 218 182 253 0.14 0.28 0 0.01 270.42 0.95 0.85
Hex DA B6 FD E 1C 0 1 10E 5F 55
Octal 332 266 375 16 34 0 1 416 137 125
Binary 11011010 10110110 11111101 1110 11100 0 1 100001110 1011111 1010101

Color Harmonies of #DAB6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6FD

Black with #DAB6FD

Text Example


Text Example

White with #DAB6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6FD; }

 p { color: rgb(218,182,253); }

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

background-color css

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

 a { background-color: rgb(218,182,253); }

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

border-color css

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

 span { border-color: rgb(218,182,253); }

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