Shades of Twilight #D8CFD4
Tints of Twilight #D8CFD4
RGB
CMYK
RGB Variations
Color information
#D8CFD4 (or 0xD8CFD4) is known color: Twilight. HEX triplet: D8, CF and D4. RGB value is (216,207,212). Sum of RGB (Red+Green+Blue) = 216+207+212=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD4 is #27302B. Grayscale: #D2D2D2. Windows color (decimal): -2568236 or 13946840. OLE color: 13946840.
HSL color Cylindrical-coordinate representation of color #D8CFD4: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8CFD4 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 207 | 212 | - |
CMYK | 0 | 0.04 | 0.02 | 0.15 |
HSL | 326.67º | 0.1% | 0.83% | - |
HSV(B) | 326.67º | 0.04% | 0.85% | - |
XYZ | 62.52 | 63.98 | 71.34 | - |
YUV | 210.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 207 | 212 | 0 | 0.04 | 0.02 | 0.15 | 326.67 | 0.1 | 0.83 |
Hex | D8 | CF | D4 | 0 | 4 | 2 | F | 147 | A | 53 |
Octal | 330 | 317 | 324 | 0 | 4 | 2 | 17 | 507 | 12 | 123 |
Binary | 11011000 | 11001111 | 11010100 | 0 | 100 | 10 | 1111 | 101000111 | 1010 | 1010011 |
Color Harmonies of #D8CFD4
Complementary color
Monochromatic Colors of #D8CFD4
Black with #D8CFD4
Text Example
Text Example
White with #D8CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFD4; }
p { color: rgb(216,207,212); }
H1.HeaderClassName
{
color: #D8CFD4;
}
.AnyTagClassName
{
color: #D8CFD4;
}
</style>
background-color css
<style>
a { background-color: #D8CFD4; }
a { background-color: rgb(216,207,212); }
div.DivClassName
{
background-color: #D8CFD4;
}
.BgClassName
{
background-color: #D8CFD4;
}
</style>
border-color css
<style>
span { border-color: #D8CFD4; }
span { border-color: rgb(216,207,212); }
td.TdClassName
{
border-color: #D8CFD4;
}
.TagClassName
{
border-color: #D8CFD4;
}
</style>