Html Css Color HEX #D8B9C1 Melanie

📋 copy color: '#D8B9C1'

red 216 ◦ green 185 ◦ blue 193

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

Shades of Melanie #D8B9C1

Tints of Melanie #D8B9C1

RGB

 RED value IS 216 (84.77% from 255) = 36.36%

 GREEN value IS 185 (72.66% from 255) = 31.14%

 BLUE value IS 193 (75.78% from 255) = 32.49%

R = 36.36%
G = 31.14%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8B9C1 (or 0xD8B9C1) is known color: Melanie. HEX triplet: D8, B9 and C1. RGB value is (216,185,193). Sum of RGB (Red+Green+Blue) = 216+185+193=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9C1 is #27463E. Grayscale: #C3C3C3. Windows color (decimal): -2573887 or 12696024. OLE color: 12696024.

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

Color convert

RGB 216 185 193 -
CMYK 0 0.14 0.11 0.15
HSL 344.52º 0.28% 0.79% -
HSV(B) 344.52º 0.14% 0.85% -
XYZ 55.29 53.15 57.8 -
YUV 195.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 216 185 193 0 0.14 0.11 0.15 344.52 0.28 0.79
Hex D8 B9 C1 0 E B F 159 1C 4F
Octal 330 271 301 0 16 13 17 531 34 117
Binary 11011000 10111001 11000001 0 1110 1011 1111 101011001 11100 1001111

Color Harmonies of #D8B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B9C1

Black with #D8B9C1

Text Example


Text Example

White with #D8B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B9C1; }

 p { color: rgb(216,185,193); }

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

background-color css

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

 a { background-color: rgb(216,185,193); }

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

border-color css

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

 span { border-color: rgb(216,185,193); }

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