Shades of Twilight #D5CED3
Tints of Twilight #D5CED3
RGB
CMYK
RGB Variations
Color information
#D5CED3 (or 0xD5CED3) is known color: Twilight. HEX triplet: D5, CE and D3. RGB value is (213,206,211). Sum of RGB (Red+Green+Blue) = 213+206+211=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED3 is #2A312C. Grayscale: #D0D0D0. Windows color (decimal): -2765101 or 13881045. OLE color: 13881045.
HSL color Cylindrical-coordinate representation of color #D5CED3: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5CED3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 206 | 211 | - |
CMYK | 0 | 0.03 | 0.01 | 0.16 |
HSL | 317.14º | 0.08% | 0.82% | - |
HSV(B) | 317.14º | 0.03% | 0.84% | - |
XYZ | 61.27 | 62.99 | 70.56 | - |
YUV | 208.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 206 | 211 | 0 | 0.03 | 0.01 | 0.16 | 317.14 | 0.08 | 0.82 |
Hex | D5 | CE | D3 | 0 | 3 | 1 | 10 | 13D | 8 | 52 |
Octal | 325 | 316 | 323 | 0 | 3 | 1 | 20 | 475 | 10 | 122 |
Binary | 11010101 | 11001110 | 11010011 | 0 | 11 | 1 | 10000 | 100111101 | 1000 | 1010010 |
Color Harmonies of #D5CED3
Complementary color
Monochromatic Colors of #D5CED3
Black with #D5CED3
Text Example
Text Example
White with #D5CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CED3; }
p { color: rgb(213,206,211); }
H1.HeaderClassName
{
color: #D5CED3;
}
.AnyTagClassName
{
color: #D5CED3;
}
</style>
background-color css
<style>
a { background-color: #D5CED3; }
a { background-color: rgb(213,206,211); }
div.DivClassName
{
background-color: #D5CED3;
}
.BgClassName
{
background-color: #D5CED3;
}
</style>
border-color css
<style>
span { border-color: #D5CED3; }
span { border-color: rgb(213,206,211); }
td.TdClassName
{
border-color: #D5CED3;
}
.TagClassName
{
border-color: #D5CED3;
}
</style>