Html Css Color HEX #D9BFFF Mauve

📋 copy color: '#D9BFFF'

red 217 ◦ green 191 ◦ blue 255

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

Shades of Mauve #D9BFFF

Tints of Mauve #D9BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 28.81%

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

R = 32.73%
G = 28.81%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9BFFF (or 0xD9BFFF) is known color: Mauve. HEX triplet: D9, BF and FF. RGB value is (217,191,255). Sum of RGB (Red+Green+Blue) = 217+191+255=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFFF is #264000. Grayscale: #CDCDCD. Windows color (decimal): -2506753 or 16760793. OLE color: 16760793.

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

Color convert

RGB 217 191 255 -
CMYK 0.15 0.25 0 0
HSL 264.38º 1% 0.87% -
HSV(B) 264.38º 0.25% 1% -
XYZ 65.3 59.23 102.6 -
YUV 206.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 217 191 255 0.15 0.25 0 0 264.38 1 0.87
Hex D9 BF FF F 19 0 0 108 64 57
Octal 331 277 377 17 31 0 0 410 144 127
Binary 11011001 10111111 11111111 1111 11001 0 0 100001000 1100100 1010111

Color Harmonies of #D9BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFFF

Black with #D9BFFF

Text Example


Text Example

White with #D9BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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