Html Css Color HEX #D9B7FF Mauve

📋 copy color: '#D9B7FF'

red 217 ◦ green 183 ◦ blue 255

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

Shades of Mauve #D9B7FF

Tints of Mauve #D9B7FF

RGB

 RED value IS 217 (85.16% from 255) = 33.13%

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 33.13%
G = 27.94%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9B7FF (or 0xD9B7FF) is known color: Mauve. HEX triplet: D9, B7 and FF. RGB value is (217,183,255). Sum of RGB (Red+Green+Blue) = 217+183+255=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B7FF is #264800. Grayscale: #C9C9C9. Windows color (decimal): -2508801 or 16758745. OLE color: 16758745.

HSL color Cylindrical-coordinate representation of color #D9B7FF: hue angle of 268.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B7FF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 183 255 -
CMYK 0.15 0.28 0 0
HSL 268.33º 1% 0.86% -
HSV(B) 268.33º 0.28% 1% -
XYZ 63.6 55.84 102.03 -
YUV 201.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 217 183 255 0.15 0.28 0 0 268.33 1 0.86
Hex D9 B7 FF F 1C 0 0 10C 64 56
Octal 331 267 377 17 34 0 0 414 144 126
Binary 11011001 10110111 11111111 1111 11100 0 0 100001100 1100100 1010110

Color Harmonies of #D9B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B7FF

Black with #D9B7FF

Text Example


Text Example

White with #D9B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B7FF; }

 p { color: rgb(217,183,255); }

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

background-color css

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

 a { background-color: rgb(217,183,255); }

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

border-color css

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

 span { border-color: rgb(217,183,255); }

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