Html Css Color HEX #D9BDFF Mauve

📋 copy color: '#D9BDFF'

red 217 ◦ green 189 ◦ blue 255

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

Shades of Mauve #D9BDFF

Tints of Mauve #D9BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.59%

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

R = 32.83%
G = 28.59%
B = 38.58%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9BDFF (or 0xD9BDFF) is known color: Mauve. HEX triplet: D9, BD and FF. RGB value is (217,189,255). Sum of RGB (Red+Green+Blue) = 217+189+255=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDFF is #264200. Grayscale: #CCCCCC. Windows color (decimal): -2507265 or 16760281. OLE color: 16760281.

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

Color convert

RGB 217 189 255 -
CMYK 0.15 0.26 0 0
HSL 265.45º 1% 0.87% -
HSV(B) 265.45º 0.26% 1% -
XYZ 64.86 58.37 102.46 -
YUV 204.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 217 189 255 0.15 0.26 0 0 265.45 1 0.87
Hex D9 BD FF F 1A 0 0 109 64 57
Octal 331 275 377 17 32 0 0 411 144 127
Binary 11011001 10111101 11111111 1111 11010 0 0 100001001 1100100 1010111

Color Harmonies of #D9BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDFF

Black with #D9BDFF

Text Example


Text Example

White with #D9BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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