Html Css Color HEX #DCB0BC Melanie

📋 copy color: '#DCB0BC'

red 220 ◦ green 176 ◦ blue 188

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

Shades of Melanie #DCB0BC

Tints of Melanie #DCB0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 37.67%
G = 30.14%
B = 32.19%

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

#DCB0BC (or 0xDCB0BC) is known color: Melanie. HEX triplet: DC, B0 and BC. RGB value is (220,176,188). Sum of RGB (Red+Green+Blue) = 220+176+188=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BC is #234F43. Grayscale: #BEBEBE. Windows color (decimal): -2314052 or 12366044. OLE color: 12366044.

HSL color Cylindrical-coordinate representation of color #DCB0BC: hue angle of 343.64º 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 #DCB0BC is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 188 -
CMYK 0 0.2 0.15 0.14
HSL 343.64º 0.39% 0.78% -
HSV(B) 343.64º 0.2% 0.86% -
XYZ 54.12 49.9 54.36 -
YUV 190.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 220 176 188 0 0.2 0.15 0.14 343.64 0.39 0.78
Hex DC B0 BC 0 14 F E 158 27 4E
Octal 334 260 274 0 24 17 16 530 47 116
Binary 11011100 10110000 10111100 0 10100 1111 1110 101011000 100111 1001110

Color Harmonies of #DCB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0BC

Black with #DCB0BC

Text Example


Text Example

White with #DCB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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