Html Css Color HEX #DAB9FB Mauve

📋 copy color: '#DAB9FB'

red 218 ◦ green 185 ◦ blue 251

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

Shades of Mauve #DAB9FB

Tints of Mauve #DAB9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.38%

R = 33.33%
G = 28.29%
B = 38.38%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB9FB (or 0xDAB9FB) is known color: Mauve. HEX triplet: DA, B9 and FB. RGB value is (218,185,251). Sum of RGB (Red+Green+Blue) = 218+185+251=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FB is #254604. Grayscale: #CACACA. Windows color (decimal): -2442757 or 16497114. OLE color: 16497114.

HSL color Cylindrical-coordinate representation of color #DAB9FB: hue angle of 270º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB9FB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 185 251 -
CMYK 0.13 0.26 0 0.02
HSL 270º 0.89% 0.85% -
HSV(B) 270º 0.26% 0.98% -
XYZ 63.68 56.57 98.83 -
YUV 202.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 218 185 251 0.13 0.26 0 0.02 270 0.89 0.85
Hex DA B9 FB D 1A 0 2 10E 59 55
Octal 332 271 373 15 32 0 2 416 131 125
Binary 11011010 10111001 11111011 1101 11010 0 10 100001110 1011001 1010101

Color Harmonies of #DAB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9FB

Black with #DAB9FB

Text Example


Text Example

White with #DAB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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