Html Css Color HEX #DCBBC0 Melanie

📋 copy color: '#DCBBC0'

red 220 ◦ green 187 ◦ blue 192

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

Shades of Melanie #DCBBC0

Tints of Melanie #DCBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 36.73%
G = 31.22%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DCBBC0 (or 0xDCBBC0) is known color: Melanie. HEX triplet: DC, BB and C0. RGB value is (220,187,192). Sum of RGB (Red+Green+Blue) = 220+187+192=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC0 is #23443F. Grayscale: #C5C5C5. Windows color (decimal): -2311232 or 12631004. OLE color: 12631004.

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

Color convert

RGB 220 187 192 -
CMYK 0 0.15 0.13 0.14
HSL 350.91º 0.32% 0.8% -
HSV(B) 350.91º 0.15% 0.86% -
XYZ 56.8 54.56 57.41 -
YUV 197.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 220 187 192 0 0.15 0.13 0.14 350.91 0.32 0.8
Hex DC BB C0 0 F D E 15F 20 50
Octal 334 273 300 0 17 15 16 537 40 120
Binary 11011100 10111011 11000000 0 1111 1101 1110 101011111 100000 1010000

Color Harmonies of #DCBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBC0

Black with #DCBBC0

Text Example


Text Example

White with #DCBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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