Shades of Twilight #DDB6CD
Tints of Twilight #DDB6CD
RGB
CMYK
RGB Variations
Color information
#DDB6CD (or 0xDDB6CD) is known color: Twilight. HEX triplet: DD, B6 and CD. RGB value is (221,182,205). Sum of RGB (Red+Green+Blue) = 221+182+205=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CD is #224932. Grayscale: #C4C4C4. Windows color (decimal): -2246963 or 13481693. OLE color: 13481693.
HSL color Cylindrical-coordinate representation of color #DDB6CD: hue angle of 324.62º degrees, saturation: 0.36, 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 #DDB6CD is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 182 | 205 | - |
CMYK | 0 | 0.18 | 0.07 | 0.13 |
HSL | 324.62º | 0.36% | 0.79% | - |
HSV(B) | 324.62º | 0.18% | 0.87% | - |
XYZ | 57.57 | 53.24 | 65 | - |
YUV | 196.28 | 132.92 | 145.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 182 | 205 | 0 | 0.18 | 0.07 | 0.13 | 324.62 | 0.36 | 0.79 |
Hex | DD | B6 | CD | 0 | 12 | 7 | D | 145 | 24 | 4F |
Octal | 335 | 266 | 315 | 0 | 22 | 7 | 15 | 505 | 44 | 117 |
Binary | 11011101 | 10110110 | 11001101 | 0 | 10010 | 111 | 1101 | 101000101 | 100100 | 1001111 |
Color Harmonies of #DDB6CD
Complementary color
Monochromatic Colors of #DDB6CD
Black with #DDB6CD
Text Example
Text Example
White with #DDB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6CD; }
p { color: rgb(221,182,205); }
H1.HeaderClassName
{
color: #DDB6CD;
}
.AnyTagClassName
{
color: #DDB6CD;
}
</style>
background-color css
<style>
a { background-color: #DDB6CD; }
a { background-color: rgb(221,182,205); }
div.DivClassName
{
background-color: #DDB6CD;
}
.BgClassName
{
background-color: #DDB6CD;
}
</style>
border-color css
<style>
span { border-color: #DDB6CD; }
span { border-color: rgb(221,182,205); }
td.TdClassName
{
border-color: #DDB6CD;
}
.TagClassName
{
border-color: #DDB6CD;
}
</style>