Shades of Twilight #DCCFD7
Tints of Twilight #DCCFD7
RGB
CMYK
RGB Variations
Color information
#DCCFD7 (or 0xDCCFD7) is known color: Twilight. HEX triplet: DC, CF and D7. RGB value is (220,207,215). Sum of RGB (Red+Green+Blue) = 220+207+215=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD7 is #233028. Grayscale: #D3D3D3. Windows color (decimal): -2306089 or 14143452. OLE color: 14143452.
HSL color Cylindrical-coordinate representation of color #DCCFD7: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFD7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 215 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.14 |
| HSL | 323.08º | 0.16% | 0.84% | - |
| HSV(B) | 323.08º | 0.06% | 0.86% | - |
| XYZ | 64.09 | 64.75 | 73.41 | - |
| YUV | 211.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 215 | 0 | 0.06 | 0.02 | 0.14 | 323.08 | 0.16 | 0.84 |
| Hex | DC | CF | D7 | 0 | 6 | 2 | E | 143 | 10 | 54 |
| Octal | 334 | 317 | 327 | 0 | 6 | 2 | 16 | 503 | 20 | 124 |
| Binary | 11011100 | 11001111 | 11010111 | 0 | 110 | 10 | 1110 | 101000011 | 10000 | 1010100 |
Color Harmonies of #DCCFD7
Complementary color
Monochromatic Colors of #DCCFD7
Black with #DCCFD7
Text Example
Text Example
White with #DCCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFD7; }
p { color: rgb(220,207,215); }
H1.HeaderClassName
{
color: #DCCFD7;
}
.AnyTagClassName
{
color: #DCCFD7;
}
</style>
background-color css
<style>
a { background-color: #DCCFD7; }
a { background-color: rgb(220,207,215); }
div.DivClassName
{
background-color: #DCCFD7;
}
.BgClassName
{
background-color: #DCCFD7;
}
</style>
border-color css
<style>
span { border-color: #DCCFD7; }
span { border-color: rgb(220,207,215); }
td.TdClassName
{
border-color: #DCCFD7;
}
.TagClassName
{
border-color: #DCCFD7;
}
</style>