Shades of Twilight #DDCED8
Tints of Twilight #DDCED8
RGB
CMYK
RGB Variations
Color information
#DDCED8 (or 0xDDCED8) is known color: Twilight. HEX triplet: DD, CE and D8. RGB value is (221,206,216). Sum of RGB (Red+Green+Blue) = 221+206+216=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED8 is #223127. Grayscale: #D3D3D3. Windows color (decimal): -2240808 or 14208733. OLE color: 14208733.
HSL color Cylindrical-coordinate representation of color #DDCED8: hue angle of 320º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCED8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 216 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 320º | 0.18% | 0.84% | - |
HSV(B) | 320º | 0.07% | 0.87% | - |
XYZ | 64.28 | 64.47 | 74.02 | - |
YUV | 211.63 | 130.47 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 216 | 0 | 0.07 | 0.02 | 0.13 | 320 | 0.18 | 0.84 |
Hex | DD | CE | D8 | 0 | 7 | 2 | D | 140 | 12 | 54 |
Octal | 335 | 316 | 330 | 0 | 7 | 2 | 15 | 500 | 22 | 124 |
Binary | 11011101 | 11001110 | 11011000 | 0 | 111 | 10 | 1101 | 101000000 | 10010 | 1010100 |
Color Harmonies of #DDCED8
Complementary color
Monochromatic Colors of #DDCED8
Black with #DDCED8
Text Example
Text Example
White with #DDCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED8; }
p { color: rgb(221,206,216); }
H1.HeaderClassName
{
color: #DDCED8;
}
.AnyTagClassName
{
color: #DDCED8;
}
</style>
background-color css
<style>
a { background-color: #DDCED8; }
a { background-color: rgb(221,206,216); }
div.DivClassName
{
background-color: #DDCED8;
}
.BgClassName
{
background-color: #DDCED8;
}
</style>
border-color css
<style>
span { border-color: #DDCED8; }
span { border-color: rgb(221,206,216); }
td.TdClassName
{
border-color: #DDCED8;
}
.TagClassName
{
border-color: #DDCED8;
}
</style>