Html Css Color HEX #DCBCC0 Melanie

📋 copy color: '#DCBCC0'

red 220 ◦ green 188 ◦ blue 192

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

Shades of Melanie #DCBCC0

Tints of Melanie #DCBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.33%

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

R = 36.67%
G = 31.33%
B = 32%

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

#DCBCC0 (or 0xDCBCC0) is known color: Melanie. HEX triplet: DC, BC and C0. RGB value is (220,188,192). Sum of RGB (Red+Green+Blue) = 220+188+192=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC0 is #23433F. Grayscale: #C6C6C6. Windows color (decimal): -2310976 or 12631260. OLE color: 12631260.

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

Color convert

RGB 220 188 192 -
CMYK 0 0.15 0.13 0.14
HSL 352.5º 0.31% 0.8% -
HSV(B) 352.5º 0.15% 0.86% -
XYZ 57.01 54.99 57.48 -
YUV 198.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 220 188 192 0 0.15 0.13 0.14 352.5 0.31 0.8
Hex DC BC C0 0 F D E 160 1F 50
Octal 334 274 300 0 17 15 16 540 37 120
Binary 11011100 10111100 11000000 0 1111 1101 1110 101100000 11111 1010000

Color Harmonies of #DCBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCC0

Black with #DCBCC0

Text Example


Text Example

White with #DCBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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