Html Css Color HEX #D1B9C2 Melanie

📋 copy color: '#D1B9C2'

red 209 ◦ green 185 ◦ blue 194

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

Shades of Melanie #D1B9C2

Tints of Melanie #D1B9C2

RGB

 RED value IS 209 (82.03% from 255) = 35.54%

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

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 35.54%
G = 31.46%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D1B9C2 (or 0xD1B9C2) is known color: Melanie. HEX triplet: D1, B9 and C2. RGB value is (209,185,194). Sum of RGB (Red+Green+Blue) = 209+185+194=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9C2 is #2E463D. Grayscale: #C1C1C1. Windows color (decimal): -3032638 or 12761553. OLE color: 12761553.

HSL color Cylindrical-coordinate representation of color #D1B9C2: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9C2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 194 -
CMYK 0 0.11 0.07 0.18
HSL 337.5º 0.21% 0.77% -
HSV(B) 337.5º 0.11% 0.82% -
XYZ 53.38 52.15 58.29 -
YUV 193.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 209 185 194 0 0.11 0.07 0.18 337.5 0.21 0.77
Hex D1 B9 C2 0 B 7 12 152 15 4D
Octal 321 271 302 0 13 7 22 522 25 115
Binary 11010001 10111001 11000010 0 1011 111 10010 101010010 10101 1001101

Color Harmonies of #D1B9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B9C2

Black with #D1B9C2

Text Example


Text Example

White with #D1B9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B9C2; }

 p { color: rgb(209,185,194); }

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

background-color css

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

 a { background-color: rgb(209,185,194); }

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

border-color css

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

 span { border-color: rgb(209,185,194); }

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