Html Css Color HEX #D9B8C0 Melanie

📋 copy color: '#D9B8C0'

red 217 ◦ green 184 ◦ blue 192

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

Shades of Melanie #D9B8C0

Tints of Melanie #D9B8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.03%

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

R = 36.59%
G = 31.03%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9B8C0 (or 0xD9B8C0) is known color: Melanie. HEX triplet: D9, B8 and C0. RGB value is (217,184,192). Sum of RGB (Red+Green+Blue) = 217+184+192=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8C0 is #26473F. Grayscale: #C2C2C2. Windows color (decimal): -2508608 or 12630233. OLE color: 12630233.

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

Color convert

RGB 217 184 192 -
CMYK 0 0.15 0.12 0.15
HSL 345.45º 0.3% 0.79% -
HSV(B) 345.45º 0.15% 0.85% -
XYZ 55.27 52.84 57.15 -
YUV 194.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 217 184 192 0 0.15 0.12 0.15 345.45 0.3 0.79
Hex D9 B8 C0 0 F C F 159 1E 4F
Octal 331 270 300 0 17 14 17 531 36 117
Binary 11011001 10111000 11000000 0 1111 1100 1111 101011001 11110 1001111

Color Harmonies of #D9B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8C0

Black with #D9B8C0

Text Example


Text Example

White with #D9B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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