#DCC9CA

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

Shades of Melanie #DCC9CA

Tints of Melanie #DCC9CA

Color information

#DCC9CA (or 0xDCC9CA) is unknown color: approx Melanie. HEX triplet: DC, C9 and CA. RGB value is (220,201,202). Sum of RGB (Red+Green+Blue) = 220+201+202=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9CA is #233635. Grayscale: #CECECE. Windows color (decimal): -2307638 or 13289948. OLE color: 13289948.

HSL color Cylindrical-coordinate representation of color #DCC9CA: hue angle of 356.84º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9CA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220201202-
CMYK00.090.080.14
HSL356.84º21.35%82.55%-
HSV(B)356.84º8.64%86.27%-
XYZ61.0661.2564.48-
YUV206.8125.29137.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=35.31%
G=32.26%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020120200.090.080.14356.8421.3582.55
HexDCC9CA098E1651553
Octal334311312011101654525123
Binary1101110011001001110010100100110001110101100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9CA; }

 p { color: rgb(220,201,202); }

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

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

 a { background-color: rgb(220,201,202); }

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

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

 span { border-color: rgb(220,201,202); }

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