Html Css Color HEX #D3B9C2 Melanie

📋 copy color: '#D3B9C2'

red 211 ◦ green 185 ◦ blue 194

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

Shades of Melanie #D3B9C2

Tints of Melanie #D3B9C2

RGB

 RED value IS 211 (82.81% from 255) = 35.76%

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

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

R = 35.76%
G = 31.36%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3B9C2 (or 0xD3B9C2) is known color: Melanie. HEX triplet: D3, B9 and C2. RGB value is (211,185,194). Sum of RGB (Red+Green+Blue) = 211+185+194=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9C2 is #2C463D. Grayscale: #C1C1C1. Windows color (decimal): -2901566 or 12761555. OLE color: 12761555.

HSL color Cylindrical-coordinate representation of color #D3B9C2: hue angle of 339.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3B9C2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 194 -
CMYK 0 0.12 0.08 0.17
HSL 339.23º 0.23% 0.78% -
HSV(B) 339.23º 0.12% 0.83% -
XYZ 53.95 52.44 58.32 -
YUV 193.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 211 185 194 0 0.12 0.08 0.17 339.23 0.23 0.78
Hex D3 B9 C2 0 C 8 11 153 17 4E
Octal 323 271 302 0 14 10 21 523 27 116
Binary 11010011 10111001 11000010 0 1100 1000 10001 101010011 10111 1001110

Color Harmonies of #D3B9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B9C2

Black with #D3B9C2

Text Example


Text Example

White with #D3B9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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