Html Css Color HEX #DAB7FB Mauve

📋 copy color: '#DAB7FB'

red 218 ◦ green 183 ◦ blue 251

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

Shades of Mauve #DAB7FB

Tints of Mauve #DAB7FB

RGB

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

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

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

R = 33.44%
G = 28.07%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAB7FB (or 0xDAB7FB) is known color: Mauve. HEX triplet: DA, B7 and FB. RGB value is (218,183,251). Sum of RGB (Red+Green+Blue) = 218+183+251=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FB is #254804. Grayscale: #C8C8C8. Windows color (decimal): -2443269 or 16496602. OLE color: 16496602.

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

Color convert

RGB 218 183 251 -
CMYK 0.13 0.27 0 0.02
HSL 270.88º 0.89% 0.85% -
HSV(B) 270.88º 0.27% 0.98% -
XYZ 63.26 55.74 98.69 -
YUV 201.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 218 183 251 0.13 0.27 0 0.02 270.88 0.89 0.85
Hex DA B7 FB D 1B 0 2 10F 59 55
Octal 332 267 373 15 33 0 2 417 131 125
Binary 11011010 10110111 11111011 1101 11011 0 10 100001111 1011001 1010101

Color Harmonies of #DAB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7FB

Black with #DAB7FB

Text Example


Text Example

White with #DAB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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