Html Css Color HEX #D0B5C0 Melanie

📋 copy color: '#D0B5C0'

red 208 ◦ green 181 ◦ blue 192

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

Shades of Melanie #D0B5C0

Tints of Melanie #D0B5C0

RGB

 RED value IS 208 (81.64% from 255) = 35.8%

 GREEN value IS 181 (71.09% from 255) = 31.15%

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

R = 35.8%
G = 31.15%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D0B5C0 (or 0xD0B5C0) is known color: Melanie. HEX triplet: D0, B5 and C0. RGB value is (208,181,192). Sum of RGB (Red+Green+Blue) = 208+181+192=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5C0 is #2F4A3F. Grayscale: #BEBEBE. Windows color (decimal): -3099200 or 12629456. OLE color: 12629456.

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

Color convert

RGB 208 181 192 -
CMYK 0 0.13 0.08 0.18
HSL 335.56º 0.22% 0.76% -
HSV(B) 335.56º 0.13% 0.82% -
XYZ 52.05 50.26 56.83 -
YUV 190.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 208 181 192 0 0.13 0.08 0.18 335.56 0.22 0.76
Hex D0 B5 C0 0 D 8 12 150 16 4C
Octal 320 265 300 0 15 10 22 520 26 114
Binary 11010000 10110101 11000000 0 1101 1000 10010 101010000 10110 1001100

Color Harmonies of #D0B5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B5C0

Black with #D0B5C0

Text Example


Text Example

White with #D0B5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B5C0; }

 p { color: rgb(208,181,192); }

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

background-color css

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

 a { background-color: rgb(208,181,192); }

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

border-color css

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

 span { border-color: rgb(208,181,192); }

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