Html Css Color HEX #D2B9C1 Melanie

📋 copy color: '#D2B9C1'

red 210 ◦ green 185 ◦ blue 193

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

Shades of Melanie #D2B9C1

Tints of Melanie #D2B9C1

RGB

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

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

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

R = 35.71%
G = 31.46%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D2B9C1 (or 0xD2B9C1) is known color: Melanie. HEX triplet: D2, B9 and C1. RGB value is (210,185,193). Sum of RGB (Red+Green+Blue) = 210+185+193=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9C1 is #2D463E. Grayscale: #C1C1C1. Windows color (decimal): -2967103 or 12696018. OLE color: 12696018.

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

Color convert

RGB 210 185 193 -
CMYK 0 0.12 0.08 0.18
HSL 340.8º 0.22% 0.77% -
HSV(B) 340.8º 0.12% 0.82% -
XYZ 53.55 52.25 57.71 -
YUV 193.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 210 185 193 0 0.12 0.08 0.18 340.8 0.22 0.77
Hex D2 B9 C1 0 C 8 12 155 16 4D
Octal 322 271 301 0 14 10 22 525 26 115
Binary 11010010 10111001 11000001 0 1100 1000 10010 101010101 10110 1001101

Color Harmonies of #D2B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9C1

Black with #D2B9C1

Text Example


Text Example

White with #D2B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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