Html Css Color HEX #DCB0BB Melanie

📋 copy color: '#DCB0BB'

red 220 ◦ green 176 ◦ blue 187

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

Shades of Melanie #DCB0BB

Tints of Melanie #DCB0BB

RGB

 RED value IS 220 (86.33% from 255) = 37.74%

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

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

R = 37.74%
G = 30.19%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCB0BB (or 0xDCB0BB) is known color: Melanie. HEX triplet: DC, B0 and BB. RGB value is (220,176,187). Sum of RGB (Red+Green+Blue) = 220+176+187=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BB is #234F44. Grayscale: #BEBEBE. Windows color (decimal): -2314053 or 12300508. OLE color: 12300508.

HSL color Cylindrical-coordinate representation of color #DCB0BB: hue angle of 345º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0BB is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 187 -
CMYK 0 0.2 0.15 0.14
HSL 345º 0.39% 0.78% -
HSV(B) 345º 0.2% 0.86% -
XYZ 54.01 49.85 53.79 -
YUV 190.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 220 176 187 0 0.2 0.15 0.14 345 0.39 0.78
Hex DC B0 BB 0 14 F E 159 27 4E
Octal 334 260 273 0 24 17 16 531 47 116
Binary 11011100 10110000 10111011 0 10100 1111 1110 101011001 100111 1001110

Color Harmonies of #DCB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0BB

Black with #DCB0BB

Text Example


Text Example

White with #DCB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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