Html Css Color HEX #D2B8C0 Melanie

📋 copy color: '#D2B8C0'

red 210 ◦ green 184 ◦ blue 192

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

Shades of Melanie #D2B8C0

Tints of Melanie #D2B8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.4%

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

R = 35.84%
G = 31.4%
B = 32.76%

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

#D2B8C0 (or 0xD2B8C0) is known color: Melanie. HEX triplet: D2, B8 and C0. RGB value is (210,184,192). Sum of RGB (Red+Green+Blue) = 210+184+192=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8C0 is #2D473F. Grayscale: #C0C0C0. Windows color (decimal): -2967360 or 12630226. OLE color: 12630226.

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

Color convert

RGB 210 184 192 -
CMYK 0 0.12 0.09 0.18
HSL 341.54º 0.22% 0.77% -
HSV(B) 341.54º 0.12% 0.82% -
XYZ 53.23 51.79 57.06 -
YUV 192.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 210 184 192 0 0.12 0.09 0.18 341.54 0.22 0.77
Hex D2 B8 C0 0 C 9 12 156 16 4D
Octal 322 270 300 0 14 11 22 526 26 115
Binary 11010010 10111000 11000000 0 1100 1001 10010 101010110 10110 1001101

Color Harmonies of #D2B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B8C0

Black with #D2B8C0

Text Example


Text Example

White with #D2B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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