Shades of Twilight #DFC4D0
Tints of Twilight #DFC4D0
RGB
CMYK
RGB Variations
Color information
#DFC4D0 (or 0xDFC4D0) is known color: Twilight. HEX triplet: DF, C4 and D0. RGB value is (223,196,208). Sum of RGB (Red+Green+Blue) = 223+196+208=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4D0 is #203B2F. Grayscale: #CDCDCD. Windows color (decimal): -2112304 or 13681887. OLE color: 13681887.
HSL color Cylindrical-coordinate representation of color #DFC4D0: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4D0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 196 | 208 | - |
CMYK | 0 | 0.12 | 0.07 | 0.13 |
HSL | 333.33º | 0.3% | 0.82% | - |
HSV(B) | 333.33º | 0.12% | 0.87% | - |
XYZ | 61.56 | 59.72 | 67.96 | - |
YUV | 205.44 | 129.45 | 140.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 196 | 208 | 0 | 0.12 | 0.07 | 0.13 | 333.33 | 0.3 | 0.82 |
Hex | DF | C4 | D0 | 0 | C | 7 | D | 14D | 1E | 52 |
Octal | 337 | 304 | 320 | 0 | 14 | 7 | 15 | 515 | 36 | 122 |
Binary | 11011111 | 11000100 | 11010000 | 0 | 1100 | 111 | 1101 | 101001101 | 11110 | 1010010 |
Color Harmonies of #DFC4D0
Complementary color
Monochromatic Colors of #DFC4D0
Black with #DFC4D0
Text Example
Text Example
White with #DFC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4D0; }
p { color: rgb(223,196,208); }
H1.HeaderClassName
{
color: #DFC4D0;
}
.AnyTagClassName
{
color: #DFC4D0;
}
</style>
background-color css
<style>
a { background-color: #DFC4D0; }
a { background-color: rgb(223,196,208); }
div.DivClassName
{
background-color: #DFC4D0;
}
.BgClassName
{
background-color: #DFC4D0;
}
</style>
border-color css
<style>
span { border-color: #DFC4D0; }
span { border-color: rgb(223,196,208); }
td.TdClassName
{
border-color: #DFC4D0;
}
.TagClassName
{
border-color: #DFC4D0;
}
</style>