Shades of Twilight #DFC1D4
Tints of Twilight #DFC1D4
RGB
CMYK
RGB Variations
Color information
#DFC1D4 (or 0xDFC1D4) is known color: Twilight. HEX triplet: DF, C1 and D4. RGB value is (223,193,212). Sum of RGB (Red+Green+Blue) = 223+193+212=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1D4 is #203E2B. Grayscale: #CCCCCC. Windows color (decimal): -2113068 or 13943263. OLE color: 13943263.
HSL color Cylindrical-coordinate representation of color #DFC1D4: hue angle of 322º degrees, saturation: 0.32, 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 #DFC1D4 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 193 | 212 | - |
CMYK | 0 | 0.13 | 0.05 | 0.13 |
HSL | 322º | 0.32% | 0.82% | - |
HSV(B) | 322º | 0.13% | 0.87% | - |
XYZ | 61.39 | 58.58 | 70.36 | - |
YUV | 204.14 | 132.44 | 141.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 193 | 212 | 0 | 0.13 | 0.05 | 0.13 | 322 | 0.32 | 0.82 |
Hex | DF | C1 | D4 | 0 | D | 5 | D | 142 | 20 | 52 |
Octal | 337 | 301 | 324 | 0 | 15 | 5 | 15 | 502 | 40 | 122 |
Binary | 11011111 | 11000001 | 11010100 | 0 | 1101 | 101 | 1101 | 101000010 | 100000 | 1010010 |
Color Harmonies of #DFC1D4
Complementary color
Monochromatic Colors of #DFC1D4
Black with #DFC1D4
Text Example
Text Example
White with #DFC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1D4; }
p { color: rgb(223,193,212); }
H1.HeaderClassName
{
color: #DFC1D4;
}
.AnyTagClassName
{
color: #DFC1D4;
}
</style>
background-color css
<style>
a { background-color: #DFC1D4; }
a { background-color: rgb(223,193,212); }
div.DivClassName
{
background-color: #DFC1D4;
}
.BgClassName
{
background-color: #DFC1D4;
}
</style>
border-color css
<style>
span { border-color: #DFC1D4; }
span { border-color: rgb(223,193,212); }
td.TdClassName
{
border-color: #DFC1D4;
}
.TagClassName
{
border-color: #DFC1D4;
}
</style>