Html Css Color HEX #DAB1FB Mauve

📋 copy color: '#DAB1FB'

red 218 ◦ green 177 ◦ blue 251

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

Shades of Mauve #DAB1FB

Tints of Mauve #DAB1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.4%

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

R = 33.75%
G = 27.4%
B = 38.85%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB1FB (or 0xDAB1FB) is known color: Mauve. HEX triplet: DA, B1 and FB. RGB value is (218,177,251). Sum of RGB (Red+Green+Blue) = 218+177+251=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1FB is #254E04. Grayscale: #C5C5C5. Windows color (decimal): -2444805 or 16495066. OLE color: 16495066.

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

Color convert

RGB 218 177 251 -
CMYK 0.13 0.29 0 0.02
HSL 273.24º 0.9% 0.84% -
HSV(B) 273.24º 0.29% 0.98% -
XYZ 62.05 53.31 98.29 -
YUV 197.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 218 177 251 0.13 0.29 0 0.02 273.24 0.9 0.84
Hex DA B1 FB D 1D 0 2 111 5A 54
Octal 332 261 373 15 35 0 2 421 132 124
Binary 11011010 10110001 11111011 1101 11101 0 10 100010001 1011010 1010100

Color Harmonies of #DAB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1FB

Black with #DAB1FB

Text Example


Text Example

White with #DAB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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