Html Css Color HEX #D9BDFB Mauve

📋 copy color: '#D9BDFB'

red 217 ◦ green 189 ◦ blue 251

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

Shades of Mauve #D9BDFB

Tints of Mauve #D9BDFB

RGB

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

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

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

R = 33.03%
G = 28.77%
B = 38.2%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9BDFB (or 0xD9BDFB) is known color: Mauve. HEX triplet: D9, BD and FB. RGB value is (217,189,251). Sum of RGB (Red+Green+Blue) = 217+189+251=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDFB is #264204. Grayscale: #CCCCCC. Windows color (decimal): -2507269 or 16498137. OLE color: 16498137.

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

Color convert

RGB 217 189 251 -
CMYK 0.14 0.25 0 0.02
HSL 267.1º 0.89% 0.86% -
HSV(B) 267.1º 0.25% 0.98% -
XYZ 64.23 58.11 99.1 -
YUV 204.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 217 189 251 0.14 0.25 0 0.02 267.1 0.89 0.86
Hex D9 BD FB E 19 0 2 10B 59 56
Octal 331 275 373 16 31 0 2 413 131 126
Binary 11011001 10111101 11111011 1110 11001 0 10 100001011 1011001 1010110

Color Harmonies of #D9BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDFB

Black with #D9BDFB

Text Example


Text Example

White with #D9BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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