Html Css Color HEX #D9BBFF Mauve

📋 copy color: '#D9BBFF'

red 217 ◦ green 187 ◦ blue 255

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

Shades of Mauve #D9BBFF

Tints of Mauve #D9BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.38%

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

R = 32.93%
G = 28.38%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9BBFF (or 0xD9BBFF) is known color: Mauve. HEX triplet: D9, BB and FF. RGB value is (217,187,255). Sum of RGB (Red+Green+Blue) = 217+187+255=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBFF is #264400. Grayscale: #CBCBCB. Windows color (decimal): -2507777 or 16759769. OLE color: 16759769.

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

Color convert

RGB 217 187 255 -
CMYK 0.15 0.27 0 0
HSL 266.47º 1% 0.87% -
HSV(B) 266.47º 0.27% 1% -
XYZ 64.44 57.51 102.31 -
YUV 203.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 217 187 255 0.15 0.27 0 0 266.47 1 0.87
Hex D9 BB FF F 1B 0 0 10A 64 57
Octal 331 273 377 17 33 0 0 412 144 127
Binary 11011001 10111011 11111111 1111 11011 0 0 100001010 1100100 1010111

Color Harmonies of #D9BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBFF

Black with #D9BBFF

Text Example


Text Example

White with #D9BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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