#DCBBC1

Color #DCBBC1 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DCBBC1

Tints of Melanie #DCBBC1

Color information

#DCBBC1 (or 0xDCBBC1) is unknown color: approx Melanie. HEX triplet: DC, BB and C1. RGB value is (220,187,193). Sum of RGB (Red+Green+Blue) = 220+187+193=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC1 is #23443E. Grayscale: #C5C5C5. Windows color (decimal): -2311231 or 12696540. OLE color: 12696540.

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

Color convert

RGB220187193-
CMYK00.150.120.14
HSL349.09º32.04%79.8%-
HSV(B)349.09º15%86.27%-
XYZ56.9154.6157.99-
YUV197.55125.43144.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=36.67%
G=31.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719300.150.120.14349.0932.0479.8
HexDCBBC10FCE15d2050
Octal334273301017141653540120
Binary11011100101110111100000101111110011101010111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBC1; }

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

 H1.HeaderClassName
 {
   color: #DCBBC1;
 }
 .AnyTagClassName
 {
   color: #DCBBC1;
 }
</style>
background-color css

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

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

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

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

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

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