Shades of Twilight #DFCFDA
Tints of Twilight #DFCFDA
RGB
CMYK
RGB Variations
Color information
#DFCFDA (or 0xDFCFDA) is known color: Twilight. HEX triplet: DF, CF and DA. RGB value is (223,207,218). Sum of RGB (Red+Green+Blue) = 223+207+218=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDA is #203025. Grayscale: #D5D5D5. Windows color (decimal): -2109478 or 14340063. OLE color: 14340063.
HSL color Cylindrical-coordinate representation of color #DFCFDA: hue angle of 318.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFCFDA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 207 | 218 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 318.75º | 0.2% | 0.84% | - |
HSV(B) | 318.75º | 0.07% | 0.87% | - |
XYZ | 65.4 | 65.38 | 75.5 | - |
YUV | 213.04 | 130.8 | 135.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 218 | 0 | 0.07 | 0.02 | 0.13 | 318.75 | 0.2 | 0.84 |
Hex | DF | CF | DA | 0 | 7 | 2 | D | 13F | 14 | 54 |
Octal | 337 | 317 | 332 | 0 | 7 | 2 | 15 | 477 | 24 | 124 |
Binary | 11011111 | 11001111 | 11011010 | 0 | 111 | 10 | 1101 | 100111111 | 10100 | 1010100 |
Color Harmonies of #DFCFDA
Complementary color
Monochromatic Colors of #DFCFDA
Black with #DFCFDA
Text Example
Text Example
White with #DFCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFDA; }
p { color: rgb(223,207,218); }
H1.HeaderClassName
{
color: #DFCFDA;
}
.AnyTagClassName
{
color: #DFCFDA;
}
</style>
background-color css
<style>
a { background-color: #DFCFDA; }
a { background-color: rgb(223,207,218); }
div.DivClassName
{
background-color: #DFCFDA;
}
.BgClassName
{
background-color: #DFCFDA;
}
</style>
border-color css
<style>
span { border-color: #DFCFDA; }
span { border-color: rgb(223,207,218); }
td.TdClassName
{
border-color: #DFCFDA;
}
.TagClassName
{
border-color: #DFCFDA;
}
</style>