Shades of Twilight #DFC4D3
Tints of Twilight #DFC4D3
RGB
CMYK
RGB Variations
Color information
#DFC4D3 (or 0xDFC4D3) is known color: Twilight. HEX triplet: DF, C4 and D3. RGB value is (223,196,211). Sum of RGB (Red+Green+Blue) = 223+196+211=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4D3 is #203B2C. Grayscale: #CDCDCD. Windows color (decimal): -2112301 or 13878495. OLE color: 13878495.
HSL color Cylindrical-coordinate representation of color #DFC4D3: hue angle of 326.67º 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 #DFC4D3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 196 | 211 | - |
CMYK | 0 | 0.12 | 0.05 | 0.13 |
HSL | 326.67º | 0.3% | 0.82% | - |
HSV(B) | 326.67º | 0.12% | 0.87% | - |
XYZ | 61.93 | 59.87 | 69.92 | - |
YUV | 205.78 | 130.95 | 140.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 196 | 211 | 0 | 0.12 | 0.05 | 0.13 | 326.67 | 0.3 | 0.82 |
Hex | DF | C4 | D3 | 0 | C | 5 | D | 147 | 1E | 52 |
Octal | 337 | 304 | 323 | 0 | 14 | 5 | 15 | 507 | 36 | 122 |
Binary | 11011111 | 11000100 | 11010011 | 0 | 1100 | 101 | 1101 | 101000111 | 11110 | 1010010 |
Color Harmonies of #DFC4D3
Complementary color
Monochromatic Colors of #DFC4D3
Black with #DFC4D3
Text Example
Text Example
White with #DFC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4D3; }
p { color: rgb(223,196,211); }
H1.HeaderClassName
{
color: #DFC4D3;
}
.AnyTagClassName
{
color: #DFC4D3;
}
</style>
background-color css
<style>
a { background-color: #DFC4D3; }
a { background-color: rgb(223,196,211); }
div.DivClassName
{
background-color: #DFC4D3;
}
.BgClassName
{
background-color: #DFC4D3;
}
</style>
border-color css
<style>
span { border-color: #DFC4D3; }
span { border-color: rgb(223,196,211); }
td.TdClassName
{
border-color: #DFC4D3;
}
.TagClassName
{
border-color: #DFC4D3;
}
</style>