Shades of Twilight #DDB5CC
Tints of Twilight #DDB5CC
RGB
CMYK
RGB Variations
Color information
#DDB5CC (or 0xDDB5CC) is known color: Twilight. HEX triplet: DD, B5 and CC. RGB value is (221,181,204). Sum of RGB (Red+Green+Blue) = 221+181+204=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CC is #224A33. Grayscale: #C3C3C3. Windows color (decimal): -2247220 or 13415901. OLE color: 13415901.
HSL color Cylindrical-coordinate representation of color #DDB5CC: hue angle of 325.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5CC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 204 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.13 |
| HSL | 325.5º | 0.37% | 0.79% | - |
| HSV(B) | 325.5º | 0.18% | 0.87% | - |
| XYZ | 57.24 | 52.78 | 64.3 | - |
| YUV | 195.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 204 | 0 | 0.18 | 0.08 | 0.13 | 325.5 | 0.37 | 0.79 |
| Hex | DD | B5 | CC | 0 | 12 | 8 | D | 146 | 25 | 4F |
| Octal | 335 | 265 | 314 | 0 | 22 | 10 | 15 | 506 | 45 | 117 |
| Binary | 11011101 | 10110101 | 11001100 | 0 | 10010 | 1000 | 1101 | 101000110 | 100101 | 1001111 |
Color Harmonies of #DDB5CC
Complementary color
Monochromatic Colors of #DDB5CC
Black with #DDB5CC
Text Example
Text Example
White with #DDB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5CC; }
p { color: rgb(221,181,204); }
H1.HeaderClassName
{
color: #DDB5CC;
}
.AnyTagClassName
{
color: #DDB5CC;
}
</style>
background-color css
<style>
a { background-color: #DDB5CC; }
a { background-color: rgb(221,181,204); }
div.DivClassName
{
background-color: #DDB5CC;
}
.BgClassName
{
background-color: #DDB5CC;
}
</style>
border-color css
<style>
span { border-color: #DDB5CC; }
span { border-color: rgb(221,181,204); }
td.TdClassName
{
border-color: #DDB5CC;
}
.TagClassName
{
border-color: #DDB5CC;
}
</style>