Html Css Color HEX #DAB0FB Mauve

📋 copy color: '#DAB0FB'

red 218 ◦ green 176 ◦ blue 251

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

Shades of Mauve #DAB0FB

Tints of Mauve #DAB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.29%

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

R = 33.8%
G = 27.29%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB0FB (or 0xDAB0FB) is known color: Mauve. HEX triplet: DA, B0 and FB. RGB value is (218,176,251). Sum of RGB (Red+Green+Blue) = 218+176+251=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0FB is #254F04. Grayscale: #C4C4C4. Windows color (decimal): -2445061 or 16494810. OLE color: 16494810.

HSL color Cylindrical-coordinate representation of color #DAB0FB: hue angle of 273.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB0FB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 176 251 -
CMYK 0.13 0.30 0 0.02
HSL 273.6º 0.9% 0.84% -
HSV(B) 273.6º 0.3% 0.98% -
XYZ 61.85 52.92 98.22 -
YUV 197.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 218 176 251 0.13 0.30 0 0.02 273.6 0.9 0.84
Hex DA B0 FB D 1E 0 2 112 5A 54
Octal 332 260 373 15 36 0 2 422 132 124
Binary 11011010 10110000 11111011 1101 11110 0 10 100010010 1011010 1010100

Color Harmonies of #DAB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0FB

Black with #DAB0FB

Text Example


Text Example

White with #DAB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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