Html Css Color HEX #D0B0BB Melanie

📋 copy color: '#D0B0BB'

red 208 ◦ green 176 ◦ blue 187

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

Shades of Melanie #D0B0BB

Tints of Melanie #D0B0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.82%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 36.43%
G = 30.82%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D0B0BB (or 0xD0B0BB) is known color: Melanie. HEX triplet: D0, B0 and BB. RGB value is (208,176,187). Sum of RGB (Red+Green+Blue) = 208+176+187=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0BB is #2F4F44. Grayscale: #BABABA. Windows color (decimal): -3100485 or 12300496. OLE color: 12300496.

HSL color Cylindrical-coordinate representation of color #D0B0BB: hue angle of 339.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B0BB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 176 187 -
CMYK 0 0.15 0.10 0.18
HSL 339.38º 0.25% 0.75% -
HSV(B) 339.38º 0.15% 0.82% -
XYZ 50.51 48.05 53.63 -
YUV 186.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 208 176 187 0 0.15 0.10 0.18 339.38 0.25 0.75
Hex D0 B0 BB 0 F A 12 153 19 4B
Octal 320 260 273 0 17 12 22 523 31 113
Binary 11010000 10110000 10111011 0 1111 1010 10010 101010011 11001 1001011

Color Harmonies of #D0B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B0BB

Black with #D0B0BB

Text Example


Text Example

White with #D0B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B0BB; }

 p { color: rgb(208,176,187); }

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

background-color css

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

 a { background-color: rgb(208,176,187); }

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

border-color css

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

 span { border-color: rgb(208,176,187); }

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