Html Css Color HEX #DCBBC5 Melanie

📋 copy color: '#DCBBC5'

red 220 ◦ green 187 ◦ blue 197

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

Shades of Melanie #DCBBC5

Tints of Melanie #DCBBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 36.42%
G = 30.96%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCBBC5 (or 0xDCBBC5) is known color: Melanie. HEX triplet: DC, BB and C5. RGB value is (220,187,197). Sum of RGB (Red+Green+Blue) = 220+187+197=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC5 is #23443A. Grayscale: #C6C6C6. Windows color (decimal): -2311227 or 12958684. OLE color: 12958684.

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

Color convert

RGB 220 187 197 -
CMYK 0 0.15 0.10 0.14
HSL 341.82º 0.32% 0.8% -
HSV(B) 341.82º 0.15% 0.86% -
XYZ 57.36 54.79 60.37 -
YUV 198.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 220 187 197 0 0.15 0.10 0.14 341.82 0.32 0.8
Hex DC BB C5 0 F A E 156 20 50
Octal 334 273 305 0 17 12 16 526 40 120
Binary 11011100 10111011 11000101 0 1111 1010 1110 101010110 100000 1010000

Color Harmonies of #DCBBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBC5

Black with #DCBBC5

Text Example


Text Example

White with #DCBBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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