Html Css Color HEX #D2B9C0 Melanie

📋 copy color: '#D2B9C0'

red 210 ◦ green 185 ◦ blue 192

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

Shades of Melanie #D2B9C0

Tints of Melanie #D2B9C0

RGB

 RED value IS 210 (82.42% from 255) = 35.78%

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

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

R = 35.78%
G = 31.52%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2B9C0 (or 0xD2B9C0) is known color: Melanie. HEX triplet: D2, B9 and C0. RGB value is (210,185,192). Sum of RGB (Red+Green+Blue) = 210+185+192=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9C0 is #2D463F. Grayscale: #C1C1C1. Windows color (decimal): -2967104 or 12630482. OLE color: 12630482.

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

Color convert

RGB 210 185 192 -
CMYK 0 0.12 0.09 0.18
HSL 343.2º 0.22% 0.77% -
HSV(B) 343.2º 0.12% 0.82% -
XYZ 53.44 52.21 57.13 -
YUV 193.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 210 185 192 0 0.12 0.09 0.18 343.2 0.22 0.77
Hex D2 B9 C0 0 C 9 12 157 16 4D
Octal 322 271 300 0 14 11 22 527 26 115
Binary 11010010 10111001 11000000 0 1100 1001 10010 101010111 10110 1001101

Color Harmonies of #D2B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9C0

Black with #D2B9C0

Text Example


Text Example

White with #D2B9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9C0; }

 p { color: rgb(210,185,192); }

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

background-color css

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

 a { background-color: rgb(210,185,192); }

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

border-color css

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

 span { border-color: rgb(210,185,192); }

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