Shades of Twilight #DFC3D0
Tints of Twilight #DFC3D0
RGB
CMYK
RGB Variations
Color information
#DFC3D0 (or 0xDFC3D0) is known color: Twilight. HEX triplet: DF, C3 and D0. RGB value is (223,195,208). Sum of RGB (Red+Green+Blue) = 223+195+208=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3D0 is #203C2F. Grayscale: #CCCCCC. Windows color (decimal): -2112560 or 13681631. OLE color: 13681631.
HSL color Cylindrical-coordinate representation of color #DFC3D0: hue angle of 332.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3D0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 195 | 208 | - |
CMYK | 0 | 0.13 | 0.07 | 0.13 |
HSL | 332.14º | 0.3% | 0.82% | - |
HSV(B) | 332.14º | 0.13% | 0.87% | - |
XYZ | 61.33 | 59.27 | 67.88 | - |
YUV | 204.85 | 129.78 | 140.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 208 | 0 | 0.13 | 0.07 | 0.13 | 332.14 | 0.3 | 0.82 |
Hex | DF | C3 | D0 | 0 | D | 7 | D | 14C | 1E | 52 |
Octal | 337 | 303 | 320 | 0 | 15 | 7 | 15 | 514 | 36 | 122 |
Binary | 11011111 | 11000011 | 11010000 | 0 | 1101 | 111 | 1101 | 101001100 | 11110 | 1010010 |
Color Harmonies of #DFC3D0
Complementary color
Monochromatic Colors of #DFC3D0
Black with #DFC3D0
Text Example
Text Example
White with #DFC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3D0; }
p { color: rgb(223,195,208); }
H1.HeaderClassName
{
color: #DFC3D0;
}
.AnyTagClassName
{
color: #DFC3D0;
}
</style>
background-color css
<style>
a { background-color: #DFC3D0; }
a { background-color: rgb(223,195,208); }
div.DivClassName
{
background-color: #DFC3D0;
}
.BgClassName
{
background-color: #DFC3D0;
}
</style>
border-color css
<style>
span { border-color: #DFC3D0; }
span { border-color: rgb(223,195,208); }
td.TdClassName
{
border-color: #DFC3D0;
}
.TagClassName
{
border-color: #DFC3D0;
}
</style>