Html Css Color HEX #D2B9BE Melanie

📋 copy color: '#D2B9BE'

red 210 ◦ green 185 ◦ blue 190

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

Shades of Melanie #D2B9BE

Tints of Melanie #D2B9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 35.9%
G = 31.62%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2B9BE (or 0xD2B9BE) is known color: Melanie. HEX triplet: D2, B9 and BE. RGB value is (210,185,190). Sum of RGB (Red+Green+Blue) = 210+185+190=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9BE is #2D4641. Grayscale: #C1C1C1. Windows color (decimal): -2967106 or 12499410. OLE color: 12499410.

HSL color Cylindrical-coordinate representation of color #D2B9BE: hue angle of 348º 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 #D2B9BE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 190 -
CMYK 0 0.12 0.10 0.18
HSL 348º 0.22% 0.77% -
HSV(B) 348º 0.12% 0.82% -
XYZ 53.22 52.12 55.97 -
YUV 193.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 210 185 190 0 0.12 0.10 0.18 348 0.22 0.77
Hex D2 B9 BE 0 C A 12 15C 16 4D
Octal 322 271 276 0 14 12 22 534 26 115
Binary 11010010 10111001 10111110 0 1100 1010 10010 101011100 10110 1001101

Color Harmonies of #D2B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9BE

Black with #D2B9BE

Text Example


Text Example

White with #D2B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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