Html Css Color HEX #DAB9FC Mauve

📋 copy color: '#DAB9FC'

red 218 ◦ green 185 ◦ blue 252

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

Shades of Mauve #DAB9FC

Tints of Mauve #DAB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.24%

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 33.28%
G = 28.24%
B = 38.47%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAB9FC (or 0xDAB9FC) is known color: Mauve. HEX triplet: DA, B9 and FC. RGB value is (218,185,252). Sum of RGB (Red+Green+Blue) = 218+185+252=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FC is #254603. Grayscale: #CACACA. Windows color (decimal): -2442756 or 16562650. OLE color: 16562650.

HSL color Cylindrical-coordinate representation of color #DAB9FC: hue angle of 269.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB9FC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 185 252 -
CMYK 0.13 0.27 0 0.01
HSL 269.55º 0.92% 0.86% -
HSV(B) 269.55º 0.27% 0.99% -
XYZ 63.83 56.63 99.66 -
YUV 202.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 218 185 252 0.13 0.27 0 0.01 269.55 0.92 0.86
Hex DA B9 FC D 1B 0 1 10E 5C 56
Octal 332 271 374 15 33 0 1 416 134 126
Binary 11011010 10111001 11111100 1101 11011 0 1 100001110 1011100 1010110

Color Harmonies of #DAB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9FC

Black with #DAB9FC

Text Example


Text Example

White with #DAB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9FC; }

 p { color: rgb(218,185,252); }

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

background-color css

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

 a { background-color: rgb(218,185,252); }

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

border-color css

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

 span { border-color: rgb(218,185,252); }

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