Shades of Twilight #DDB9CC
Tints of Twilight #DDB9CC
RGB
CMYK
RGB Variations
Color information
#DDB9CC (or 0xDDB9CC) is known color: Twilight. HEX triplet: DD, B9 and CC. RGB value is (221,185,204). Sum of RGB (Red+Green+Blue) = 221+185+204=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CC is #224633. Grayscale: #C5C5C5. Windows color (decimal): -2246196 or 13416925. OLE color: 13416925.
HSL color Cylindrical-coordinate representation of color #DDB9CC: hue angle of 328.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9CC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 204 | - |
CMYK | 0 | 0.16 | 0.08 | 0.13 |
HSL | 328.33º | 0.35% | 0.8% | - |
HSV(B) | 328.33º | 0.16% | 0.87% | - |
XYZ | 58.07 | 54.43 | 64.57 | - |
YUV | 197.93 | 131.43 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 204 | 0 | 0.16 | 0.08 | 0.13 | 328.33 | 0.35 | 0.8 |
Hex | DD | B9 | CC | 0 | 10 | 8 | D | 148 | 23 | 50 |
Octal | 335 | 271 | 314 | 0 | 20 | 10 | 15 | 510 | 43 | 120 |
Binary | 11011101 | 10111001 | 11001100 | 0 | 10000 | 1000 | 1101 | 101001000 | 100011 | 1010000 |
Color Harmonies of #DDB9CC
Complementary color
Monochromatic Colors of #DDB9CC
Black with #DDB9CC
Text Example
Text Example
White with #DDB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9CC; }
p { color: rgb(221,185,204); }
H1.HeaderClassName
{
color: #DDB9CC;
}
.AnyTagClassName
{
color: #DDB9CC;
}
</style>
background-color css
<style>
a { background-color: #DDB9CC; }
a { background-color: rgb(221,185,204); }
div.DivClassName
{
background-color: #DDB9CC;
}
.BgClassName
{
background-color: #DDB9CC;
}
</style>
border-color css
<style>
span { border-color: #DDB9CC; }
span { border-color: rgb(221,185,204); }
td.TdClassName
{
border-color: #DDB9CC;
}
.TagClassName
{
border-color: #DDB9CC;
}
</style>