Shades of Twilight #D7CFD4
Tints of Twilight #D7CFD4
RGB
CMYK
RGB Variations
Color information
#D7CFD4 (or 0xD7CFD4) is known color: Twilight. HEX triplet: D7, CF and D4. RGB value is (215,207,212). Sum of RGB (Red+Green+Blue) = 215+207+212=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFD4 is #28302B. Grayscale: #D1D1D1. Windows color (decimal): -2633772 or 13946839. OLE color: 13946839.
HSL color Cylindrical-coordinate representation of color #D7CFD4: hue angle of 322.5º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CFD4 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 207 | 212 | - |
CMYK | 0 | 0.04 | 0.01 | 0.16 |
HSL | 322.5º | 0.09% | 0.83% | - |
HSV(B) | 322.5º | 0.04% | 0.84% | - |
XYZ | 62.22 | 63.83 | 71.33 | - |
YUV | 209.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 207 | 212 | 0 | 0.04 | 0.01 | 0.16 | 322.5 | 0.09 | 0.83 |
Hex | D7 | CF | D4 | 0 | 4 | 1 | 10 | 142 | 9 | 53 |
Octal | 327 | 317 | 324 | 0 | 4 | 1 | 20 | 502 | 11 | 123 |
Binary | 11010111 | 11001111 | 11010100 | 0 | 100 | 1 | 10000 | 101000010 | 1001 | 1010011 |
Color Harmonies of #D7CFD4
Complementary color
Monochromatic Colors of #D7CFD4
Black with #D7CFD4
Text Example
Text Example
White with #D7CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFD4; }
p { color: rgb(215,207,212); }
H1.HeaderClassName
{
color: #D7CFD4;
}
.AnyTagClassName
{
color: #D7CFD4;
}
</style>
background-color css
<style>
a { background-color: #D7CFD4; }
a { background-color: rgb(215,207,212); }
div.DivClassName
{
background-color: #D7CFD4;
}
.BgClassName
{
background-color: #D7CFD4;
}
</style>
border-color css
<style>
span { border-color: #D7CFD4; }
span { border-color: rgb(215,207,212); }
td.TdClassName
{
border-color: #D7CFD4;
}
.TagClassName
{
border-color: #D7CFD4;
}
</style>