Shades of Twilight #D5CCD0
Tints of Twilight #D5CCD0
RGB
CMYK
RGB Variations
Color information
#D5CCD0 (or 0xD5CCD0) is known color: Twilight. HEX triplet: D5, CC and D0. RGB value is (213,204,208). Sum of RGB (Red+Green+Blue) = 213+204+208=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD0 is #2A332F. Grayscale: #CFCFCF. Windows color (decimal): -2765616 or 13683925. OLE color: 13683925.
HSL color Cylindrical-coordinate representation of color #D5CCD0: hue angle of 333.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCD0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 208 | - |
CMYK | 0 | 0.04 | 0.02 | 0.16 |
HSL | 333.33º | 0.1% | 0.82% | - |
HSV(B) | 333.33º | 0.04% | 0.84% | - |
XYZ | 60.42 | 61.89 | 68.44 | - |
YUV | 207.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 208 | 0 | 0.04 | 0.02 | 0.16 | 333.33 | 0.1 | 0.82 |
Hex | D5 | CC | D0 | 0 | 4 | 2 | 10 | 14D | A | 52 |
Octal | 325 | 314 | 320 | 0 | 4 | 2 | 20 | 515 | 12 | 122 |
Binary | 11010101 | 11001100 | 11010000 | 0 | 100 | 10 | 10000 | 101001101 | 1010 | 1010010 |
Color Harmonies of #D5CCD0
Complementary color
Monochromatic Colors of #D5CCD0
Black with #D5CCD0
Text Example
Text Example
White with #D5CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCD0; }
p { color: rgb(213,204,208); }
H1.HeaderClassName
{
color: #D5CCD0;
}
.AnyTagClassName
{
color: #D5CCD0;
}
</style>
background-color css
<style>
a { background-color: #D5CCD0; }
a { background-color: rgb(213,204,208); }
div.DivClassName
{
background-color: #D5CCD0;
}
.BgClassName
{
background-color: #D5CCD0;
}
</style>
border-color css
<style>
span { border-color: #D5CCD0; }
span { border-color: rgb(213,204,208); }
td.TdClassName
{
border-color: #D5CCD0;
}
.TagClassName
{
border-color: #D5CCD0;
}
</style>