#DCC7CB

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

Shades of Melanie #DCC7CB

Tints of Melanie #DCC7CB

Color information

#DCC7CB (or 0xDCC7CB) is unknown color: approx Melanie. HEX triplet: DC, C7 and CB. RGB value is (220,199,203). Sum of RGB (Red+Green+Blue) = 220+199+203=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CB is #233834. Grayscale: #CDCDCD. Windows color (decimal): -2308149 or 13354972. OLE color: 13354972.

HSL color Cylindrical-coordinate representation of color #DCC7CB: hue angle of 348.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7CB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220199203-
CMYK00.100.080.14
HSL348.57º23.08%82.16%-
HSV(B)348.57º9.55%86.27%-
XYZ60.7260.3764.95-
YUV205.74126.46138.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=35.37%
G=31.99%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019920300.100.080.14348.5723.0882.16
HexDCC7CB0A8E15d1752
Octal334307313012101653527122
Binary1101110011000111110010110101010001110101011101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7CB; }

 p { color: rgb(220,199,203); }

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

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

 a { background-color: rgb(220,199,203); }

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

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

 span { border-color: rgb(220,199,203); }

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