Shades of Twilight #DFC8D4
Tints of Twilight #DFC8D4
RGB
CMYK
RGB Variations
Color information
#DFC8D4 (or 0xDFC8D4) is known color: Twilight. HEX triplet: DF, C8 and D4. RGB value is (223,200,212). Sum of RGB (Red+Green+Blue) = 223+200+212=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8D4 is #20372B. Grayscale: #D0D0D0. Windows color (decimal): -2111276 or 13945055. OLE color: 13945055.
HSL color Cylindrical-coordinate representation of color #DFC8D4: hue angle of 328.7º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8D4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 200 | 212 | - |
CMYK | 0 | 0.10 | 0.05 | 0.13 |
HSL | 328.7º | 0.26% | 0.83% | - |
HSV(B) | 328.7º | 0.1% | 0.87% | - |
XYZ | 62.97 | 61.75 | 70.89 | - |
YUV | 208.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 200 | 212 | 0 | 0.10 | 0.05 | 0.13 | 328.7 | 0.26 | 0.83 |
Hex | DF | C8 | D4 | 0 | A | 5 | D | 149 | 1A | 53 |
Octal | 337 | 310 | 324 | 0 | 12 | 5 | 15 | 511 | 32 | 123 |
Binary | 11011111 | 11001000 | 11010100 | 0 | 1010 | 101 | 1101 | 101001001 | 11010 | 1010011 |
Color Harmonies of #DFC8D4
Complementary color
Monochromatic Colors of #DFC8D4
Black with #DFC8D4
Text Example
Text Example
White with #DFC8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8D4; }
p { color: rgb(223,200,212); }
H1.HeaderClassName
{
color: #DFC8D4;
}
.AnyTagClassName
{
color: #DFC8D4;
}
</style>
background-color css
<style>
a { background-color: #DFC8D4; }
a { background-color: rgb(223,200,212); }
div.DivClassName
{
background-color: #DFC8D4;
}
.BgClassName
{
background-color: #DFC8D4;
}
</style>
border-color css
<style>
span { border-color: #DFC8D4; }
span { border-color: rgb(223,200,212); }
td.TdClassName
{
border-color: #DFC8D4;
}
.TagClassName
{
border-color: #DFC8D4;
}
</style>