Html Css Color HEX #DAB7FD Mauve

📋 copy color: '#DAB7FD'

red 218 ◦ green 183 ◦ blue 253

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

Shades of Mauve #DAB7FD

Tints of Mauve #DAB7FD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.98%

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

R = 33.33%
G = 27.98%
B = 38.69%

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

#DAB7FD (or 0xDAB7FD) is known color: Mauve. HEX triplet: DA, B7 and FD. RGB value is (218,183,253). Sum of RGB (Red+Green+Blue) = 218+183+253=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FD is #254802. Grayscale: #C9C9C9. Windows color (decimal): -2443267 or 16627674. OLE color: 16627674.

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

Color convert

RGB 218 183 253 -
CMYK 0.14 0.28 0 0.01
HSL 270º 0.95% 0.85% -
HSV(B) 270º 0.28% 0.99% -
XYZ 63.58 55.86 100.36 -
YUV 201.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 218 183 253 0.14 0.28 0 0.01 270 0.95 0.85
Hex DA B7 FD E 1C 0 1 10E 5F 55
Octal 332 267 375 16 34 0 1 416 137 125
Binary 11011010 10110111 11111101 1110 11100 0 1 100001110 1011111 1010101

Color Harmonies of #DAB7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7FD

Black with #DAB7FD

Text Example


Text Example

White with #DAB7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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