Html Css Color HEX #DAB5FD Mauve

📋 copy color: '#DAB5FD'

red 218 ◦ green 181 ◦ blue 253

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

Shades of Mauve #DAB5FD

Tints of Mauve #DAB5FD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.76%

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

R = 33.44%
G = 27.76%
B = 38.8%

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

#DAB5FD (or 0xDAB5FD) is known color: Mauve. HEX triplet: DA, B5 and FD. RGB value is (218,181,253). Sum of RGB (Red+Green+Blue) = 218+181+253=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5FD is #254A02. Grayscale: #C8C8C8. Windows color (decimal): -2443779 or 16627162. OLE color: 16627162.

HSL color Cylindrical-coordinate representation of color #DAB5FD: hue angle of 270.83º 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 #DAB5FD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 181 253 -
CMYK 0.14 0.28 0 0.01
HSL 270.83º 0.95% 0.85% -
HSV(B) 270.83º 0.28% 0.99% -
XYZ 63.17 55.05 100.22 -
YUV 200.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 218 181 253 0.14 0.28 0 0.01 270.83 0.95 0.85
Hex DA B5 FD E 1C 0 1 10F 5F 55
Octal 332 265 375 16 34 0 1 417 137 125
Binary 11011010 10110101 11111101 1110 11100 0 1 100001111 1011111 1010101

Color Harmonies of #DAB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5FD

Black with #DAB5FD

Text Example


Text Example

White with #DAB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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