Html Css Color HEX #D9B0C0 Melanie

📋 copy color: '#D9B0C0'

red 217 ◦ green 176 ◦ blue 192

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

Shades of Melanie #D9B0C0

Tints of Melanie #D9B0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.82%

R = 37.09%
G = 30.09%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9B0C0 (or 0xD9B0C0) is known color: Melanie. HEX triplet: D9, B0 and C0. RGB value is (217,176,192). Sum of RGB (Red+Green+Blue) = 217+176+192=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0C0 is #264F3F. Grayscale: #BEBEBE. Windows color (decimal): -2510656 or 12628185. OLE color: 12628185.

HSL color Cylindrical-coordinate representation of color #D9B0C0: hue angle of 336.59º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0C0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 192 -
CMYK 0 0.19 0.12 0.15
HSL 336.59º 0.35% 0.77% -
HSV(B) 336.59º 0.19% 0.85% -
XYZ 53.66 49.61 56.62 -
YUV 190.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 217 176 192 0 0.19 0.12 0.15 336.59 0.35 0.77
Hex D9 B0 C0 0 13 C F 151 23 4D
Octal 331 260 300 0 23 14 17 521 43 115
Binary 11011001 10110000 11000000 0 10011 1100 1111 101010001 100011 1001101

Color Harmonies of #D9B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0C0

Black with #D9B0C0

Text Example


Text Example

White with #D9B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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