Shades of Twilight #DDB5CD
Tints of Twilight #DDB5CD
RGB
CMYK
RGB Variations
Color information
#DDB5CD (or 0xDDB5CD) is known color: Twilight. HEX triplet: DD, B5 and CD. RGB value is (221,181,205). Sum of RGB (Red+Green+Blue) = 221+181+205=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CD is #224A32. Grayscale: #C3C3C3. Windows color (decimal): -2247219 or 13481437. OLE color: 13481437.
HSL color Cylindrical-coordinate representation of color #DDB5CD: hue angle of 324º 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 #DDB5CD is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 181 | 205 | - |
CMYK | 0 | 0.18 | 0.07 | 0.13 |
HSL | 324º | 0.37% | 0.79% | - |
HSV(B) | 324º | 0.18% | 0.87% | - |
XYZ | 57.36 | 52.83 | 64.93 | - |
YUV | 195.7 | 133.25 | 146.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 205 | 0 | 0.18 | 0.07 | 0.13 | 324 | 0.37 | 0.79 |
Hex | DD | B5 | CD | 0 | 12 | 7 | D | 144 | 25 | 4F |
Octal | 335 | 265 | 315 | 0 | 22 | 7 | 15 | 504 | 45 | 117 |
Binary | 11011101 | 10110101 | 11001101 | 0 | 10010 | 111 | 1101 | 101000100 | 100101 | 1001111 |
Color Harmonies of #DDB5CD
Complementary color
Monochromatic Colors of #DDB5CD
Black with #DDB5CD
Text Example
Text Example
White with #DDB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5CD; }
p { color: rgb(221,181,205); }
H1.HeaderClassName
{
color: #DDB5CD;
}
.AnyTagClassName
{
color: #DDB5CD;
}
</style>
background-color css
<style>
a { background-color: #DDB5CD; }
a { background-color: rgb(221,181,205); }
div.DivClassName
{
background-color: #DDB5CD;
}
.BgClassName
{
background-color: #DDB5CD;
}
</style>
border-color css
<style>
span { border-color: #DDB5CD; }
span { border-color: rgb(221,181,205); }
td.TdClassName
{
border-color: #DDB5CD;
}
.TagClassName
{
border-color: #DDB5CD;
}
</style>