Html Css Color HEX #D9BBFC Mauve

📋 copy color: '#D9BBFC'

red 217 ◦ green 187 ◦ blue 252

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

Shades of Mauve #D9BBFC

Tints of Mauve #D9BBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.41%

R = 33.08%
G = 28.51%
B = 38.41%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9BBFC (or 0xD9BBFC) is known color: Mauve. HEX triplet: D9, BB and FC. RGB value is (217,187,252). Sum of RGB (Red+Green+Blue) = 217+187+252=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBFC is #264403. Grayscale: #CBCBCB. Windows color (decimal): -2507780 or 16563161. OLE color: 16563161.

HSL color Cylindrical-coordinate representation of color #D9BBFC: hue angle of 267.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BBFC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 187 252 -
CMYK 0.14 0.26 0 0.01
HSL 267.69º 0.92% 0.86% -
HSV(B) 267.69º 0.26% 0.99% -
XYZ 63.96 57.32 99.79 -
YUV 203.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 217 187 252 0.14 0.26 0 0.01 267.69 0.92 0.86
Hex D9 BB FC E 1A 0 1 10C 5C 56
Octal 331 273 374 16 32 0 1 414 134 126
Binary 11011001 10111011 11111100 1110 11010 0 1 100001100 1011100 1010110

Color Harmonies of #D9BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBFC

Black with #D9BBFC

Text Example


Text Example

White with #D9BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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