Shades of Melanie #CDC1C4
Tints of Melanie #CDC1C4
RGB
CMYK
RGB Variations
Color information
#CDC1C4 (or 0xCDC1C4) is known color: Melanie. HEX triplet: CD, C1 and C4. RGB value is (205,193,196). Sum of RGB (Red+Green+Blue) = 205+193+196=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1C4 is #323E3B. Grayscale: #C4C4C4. Windows color (decimal): -3292732 or 12894669. OLE color: 12894669.
HSL color Cylindrical-coordinate representation of color #CDC1C4: hue angle of 345º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC1C4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 196 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.20 |
| HSL | 345º | 0.11% | 0.78% | - |
| HSV(B) | 345º | 0.06% | 0.8% | - |
| XYZ | 54.21 | 55.1 | 60 | - |
| YUV | 196.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 196 | 0 | 0.06 | 0.04 | 0.20 | 345 | 0.11 | 0.78 |
| Hex | CD | C1 | C4 | 0 | 6 | 4 | 14 | 159 | B | 4E |
| Octal | 315 | 301 | 304 | 0 | 6 | 4 | 24 | 531 | 13 | 116 |
| Binary | 11001101 | 11000001 | 11000100 | 0 | 110 | 100 | 10100 | 101011001 | 1011 | 1001110 |
Color Harmonies of #CDC1C4
Complementary color
Monochromatic Colors of #CDC1C4
Black with #CDC1C4
Text Example
Text Example
White with #CDC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1C4; }
p { color: rgb(205,193,196); }
H1.HeaderClassName
{
color: #CDC1C4;
}
.AnyTagClassName
{
color: #CDC1C4;
}
</style>
background-color css
<style>
a { background-color: #CDC1C4; }
a { background-color: rgb(205,193,196); }
div.DivClassName
{
background-color: #CDC1C4;
}
.BgClassName
{
background-color: #CDC1C4;
}
</style>
border-color css
<style>
span { border-color: #CDC1C4; }
span { border-color: rgb(205,193,196); }
td.TdClassName
{
border-color: #CDC1C4;
}
.TagClassName
{
border-color: #CDC1C4;
}
</style>