Shades of Twilight #DDC1CE
Tints of Twilight #DDC1CE
RGB
CMYK
RGB Variations
Color information
#DDC1CE (or 0xDDC1CE) is known color: Twilight. HEX triplet: DD, C1 and CE. RGB value is (221,193,206). Sum of RGB (Red+Green+Blue) = 221+193+206=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CE is #223E31. Grayscale: #CACACA. Windows color (decimal): -2244146 or 13550045. OLE color: 13550045.
HSL color Cylindrical-coordinate representation of color #DDC1CE: hue angle of 332.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1CE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 206 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.13 |
| HSL | 332.14º | 0.29% | 0.81% | - |
| HSV(B) | 332.14º | 0.13% | 0.87% | - |
| XYZ | 60.03 | 57.97 | 66.42 | - |
| YUV | 202.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 206 | 0 | 0.13 | 0.07 | 0.13 | 332.14 | 0.29 | 0.81 |
| Hex | DD | C1 | CE | 0 | D | 7 | D | 14C | 1D | 51 |
| Octal | 335 | 301 | 316 | 0 | 15 | 7 | 15 | 514 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11001110 | 0 | 1101 | 111 | 1101 | 101001100 | 11101 | 1010001 |
Color Harmonies of #DDC1CE
Complementary color
Monochromatic Colors of #DDC1CE
Black with #DDC1CE
Text Example
Text Example
White with #DDC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1CE; }
p { color: rgb(221,193,206); }
H1.HeaderClassName
{
color: #DDC1CE;
}
.AnyTagClassName
{
color: #DDC1CE;
}
</style>
background-color css
<style>
a { background-color: #DDC1CE; }
a { background-color: rgb(221,193,206); }
div.DivClassName
{
background-color: #DDC1CE;
}
.BgClassName
{
background-color: #DDC1CE;
}
</style>
border-color css
<style>
span { border-color: #DDC1CE; }
span { border-color: rgb(221,193,206); }
td.TdClassName
{
border-color: #DDC1CE;
}
.TagClassName
{
border-color: #DDC1CE;
}
</style>