Html Css Color HEX #D9BCFB Mauve

📋 copy color: '#D9BCFB'

red 217 ◦ green 188 ◦ blue 251

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

Shades of Mauve #D9BCFB

Tints of Mauve #D9BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.66%

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

R = 33.08%
G = 28.66%
B = 38.26%

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

#D9BCFB (or 0xD9BCFB) is known color: Mauve. HEX triplet: D9, BC and FB. RGB value is (217,188,251). Sum of RGB (Red+Green+Blue) = 217+188+251=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCFB is #264304. Grayscale: #CBCBCB. Windows color (decimal): -2507525 or 16497881. OLE color: 16497881.

HSL color Cylindrical-coordinate representation of color #D9BCFB: hue angle of 267.62º 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 #D9BCFB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 188 251 -
CMYK 0.14 0.25 0 0.02
HSL 267.62º 0.89% 0.86% -
HSV(B) 267.62º 0.25% 0.98% -
XYZ 64.01 57.68 99.03 -
YUV 203.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 217 188 251 0.14 0.25 0 0.02 267.62 0.89 0.86
Hex D9 BC FB E 19 0 2 10C 59 56
Octal 331 274 373 16 31 0 2 414 131 126
Binary 11011001 10111100 11111011 1110 11001 0 10 100001100 1011001 1010110

Color Harmonies of #D9BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCFB

Black with #D9BCFB

Text Example


Text Example

White with #D9BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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