Shades of Twilight #DACFD7
Tints of Twilight #DACFD7
RGB
CMYK
RGB Variations
Color information
#DACFD7 (or 0xDACFD7) is known color: Twilight. HEX triplet: DA, CF and D7. RGB value is (218,207,215). Sum of RGB (Red+Green+Blue) = 218+207+215=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD7 is #253028. Grayscale: #D3D3D3. Windows color (decimal): -2437161 or 14143450. OLE color: 14143450.
HSL color Cylindrical-coordinate representation of color #DACFD7: hue angle of 316.36º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFD7 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 207 | 215 | - |
CMYK | 0 | 0.05 | 0.01 | 0.15 |
HSL | 316.36º | 0.13% | 0.83% | - |
HSV(B) | 316.36º | 0.05% | 0.85% | - |
XYZ | 63.49 | 64.44 | 73.38 | - |
YUV | 211.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 207 | 215 | 0 | 0.05 | 0.01 | 0.15 | 316.36 | 0.13 | 0.83 |
Hex | DA | CF | D7 | 0 | 5 | 1 | F | 13C | D | 53 |
Octal | 332 | 317 | 327 | 0 | 5 | 1 | 17 | 474 | 15 | 123 |
Binary | 11011010 | 11001111 | 11010111 | 0 | 101 | 1 | 1111 | 100111100 | 1101 | 1010011 |
Color Harmonies of #DACFD7
Complementary color
Monochromatic Colors of #DACFD7
Black with #DACFD7
Text Example
Text Example
White with #DACFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFD7; }
p { color: rgb(218,207,215); }
H1.HeaderClassName
{
color: #DACFD7;
}
.AnyTagClassName
{
color: #DACFD7;
}
</style>
background-color css
<style>
a { background-color: #DACFD7; }
a { background-color: rgb(218,207,215); }
div.DivClassName
{
background-color: #DACFD7;
}
.BgClassName
{
background-color: #DACFD7;
}
</style>
border-color css
<style>
span { border-color: #DACFD7; }
span { border-color: rgb(218,207,215); }
td.TdClassName
{
border-color: #DACFD7;
}
.TagClassName
{
border-color: #DACFD7;
}
</style>