Shades of Twilight #DCC5D1
Tints of Twilight #DCC5D1
RGB
CMYK
RGB Variations
Color information
#DCC5D1 (or 0xDCC5D1) is known color: Twilight. HEX triplet: DC, C5 and D1. RGB value is (220,197,209). Sum of RGB (Red+Green+Blue) = 220+197+209=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D1 is #233A2E. Grayscale: #CDCDCD. Windows color (decimal): -2308655 or 13747676. OLE color: 13747676.
HSL color Cylindrical-coordinate representation of color #DCC5D1: hue angle of 328.7º degrees, saturation: 0.25, 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 #DCC5D1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 197 | 209 | - |
CMYK | 0 | 0.10 | 0.05 | 0.14 |
HSL | 328.7º | 0.25% | 0.82% | - |
HSV(B) | 328.7º | 0.1% | 0.86% | - |
XYZ | 60.99 | 59.75 | 68.64 | - |
YUV | 205.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 197 | 209 | 0 | 0.10 | 0.05 | 0.14 | 328.7 | 0.25 | 0.82 |
Hex | DC | C5 | D1 | 0 | A | 5 | E | 149 | 19 | 52 |
Octal | 334 | 305 | 321 | 0 | 12 | 5 | 16 | 511 | 31 | 122 |
Binary | 11011100 | 11000101 | 11010001 | 0 | 1010 | 101 | 1110 | 101001001 | 11001 | 1010010 |
Color Harmonies of #DCC5D1
Complementary color
Monochromatic Colors of #DCC5D1
Black with #DCC5D1
Text Example
Text Example
White with #DCC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5D1; }
p { color: rgb(220,197,209); }
H1.HeaderClassName
{
color: #DCC5D1;
}
.AnyTagClassName
{
color: #DCC5D1;
}
</style>
background-color css
<style>
a { background-color: #DCC5D1; }
a { background-color: rgb(220,197,209); }
div.DivClassName
{
background-color: #DCC5D1;
}
.BgClassName
{
background-color: #DCC5D1;
}
</style>
border-color css
<style>
span { border-color: #DCC5D1; }
span { border-color: rgb(220,197,209); }
td.TdClassName
{
border-color: #DCC5D1;
}
.TagClassName
{
border-color: #DCC5D1;
}
</style>