Shades of Twilight #DCCFD8
Tints of Twilight #DCCFD8
RGB
CMYK
RGB Variations
Color information
#DCCFD8 (or 0xDCCFD8) is known color: Twilight. HEX triplet: DC, CF and D8. RGB value is (220,207,216). Sum of RGB (Red+Green+Blue) = 220+207+216=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD8 is #233027. Grayscale: #D3D3D3. Windows color (decimal): -2306088 or 14208988. OLE color: 14208988.
HSL color Cylindrical-coordinate representation of color #DCCFD8: hue angle of 318.46º 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 #DCCFD8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 216 | - |
CMYK | 0 | 0.06 | 0.02 | 0.14 |
HSL | 318.46º | 0.16% | 0.84% | - |
HSV(B) | 318.46º | 0.06% | 0.86% | - |
XYZ | 64.22 | 64.8 | 74.09 | - |
YUV | 211.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 216 | 0 | 0.06 | 0.02 | 0.14 | 318.46 | 0.16 | 0.84 |
Hex | DC | CF | D8 | 0 | 6 | 2 | E | 13E | 10 | 54 |
Octal | 334 | 317 | 330 | 0 | 6 | 2 | 16 | 476 | 20 | 124 |
Binary | 11011100 | 11001111 | 11011000 | 0 | 110 | 10 | 1110 | 100111110 | 10000 | 1010100 |
Color Harmonies of #DCCFD8
Complementary color
Monochromatic Colors of #DCCFD8
Black with #DCCFD8
Text Example
Text Example
White with #DCCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFD8; }
p { color: rgb(220,207,216); }
H1.HeaderClassName
{
color: #DCCFD8;
}
.AnyTagClassName
{
color: #DCCFD8;
}
</style>
background-color css
<style>
a { background-color: #DCCFD8; }
a { background-color: rgb(220,207,216); }
div.DivClassName
{
background-color: #DCCFD8;
}
.BgClassName
{
background-color: #DCCFD8;
}
</style>
border-color css
<style>
span { border-color: #DCCFD8; }
span { border-color: rgb(220,207,216); }
td.TdClassName
{
border-color: #DCCFD8;
}
.TagClassName
{
border-color: #DCCFD8;
}
</style>