Html Css Color HEX #D9B0EC Mauve

📋 copy color: '#D9B0EC'

red 217 ◦ green 176 ◦ blue 236

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

Shades of Mauve #D9B0EC

Tints of Mauve #D9B0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.98%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 34.5%
G = 27.98%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9B0EC (or 0xD9B0EC) is known color: Mauve. HEX triplet: D9, B0 and EC. RGB value is (217,176,236). Sum of RGB (Red+Green+Blue) = 217+176+236=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0EC is #264F13. Grayscale: #C2C2C2. Windows color (decimal): -2510612 or 15511769. OLE color: 15511769.

HSL color Cylindrical-coordinate representation of color #D9B0EC: hue angle of 281º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9B0EC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 176 236 -
CMYK 0.08 0.25 0 0.07
HSL 281º 0.61% 0.81% -
HSV(B) 281º 0.25% 0.93% -
XYZ 59.28 51.86 86.24 -
YUV 195.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 217 176 236 0.08 0.25 0 0.07 281 0.61 0.81
Hex D9 B0 EC 8 19 0 7 119 3D 51
Octal 331 260 354 10 31 0 7 431 75 121
Binary 11011001 10110000 11101100 1000 11001 0 111 100011001 111101 1010001

Color Harmonies of #D9B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0EC

Black with #D9B0EC

Text Example


Text Example

White with #D9B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0EC; }

 p { color: rgb(217,176,236); }

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

background-color css

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

 a { background-color: rgb(217,176,236); }

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

border-color css

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

 span { border-color: rgb(217,176,236); }

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