Shades of Twilight #DDB5CE
Tints of Twilight #DDB5CE
RGB
CMYK
RGB Variations
Color information
#DDB5CE (or 0xDDB5CE) is known color: Twilight. HEX triplet: DD, B5 and CE. RGB value is (221,181,206). Sum of RGB (Red+Green+Blue) = 221+181+206=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CE is #224A31. Grayscale: #C3C3C3. Windows color (decimal): -2247218 or 13546973. OLE color: 13546973.
HSL color Cylindrical-coordinate representation of color #DDB5CE: hue angle of 322.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 #DDB5CE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 181 | 206 | - |
CMYK | 0 | 0.18 | 0.07 | 0.13 |
HSL | 322.5º | 0.37% | 0.79% | - |
HSV(B) | 322.5º | 0.18% | 0.87% | - |
XYZ | 57.48 | 52.88 | 65.57 | - |
YUV | 195.81 | 133.75 | 145.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 206 | 0 | 0.18 | 0.07 | 0.13 | 322.5 | 0.37 | 0.79 |
Hex | DD | B5 | CE | 0 | 12 | 7 | D | 142 | 25 | 4F |
Octal | 335 | 265 | 316 | 0 | 22 | 7 | 15 | 502 | 45 | 117 |
Binary | 11011101 | 10110101 | 11001110 | 0 | 10010 | 111 | 1101 | 101000010 | 100101 | 1001111 |
Color Harmonies of #DDB5CE
Complementary color
Monochromatic Colors of #DDB5CE
Black with #DDB5CE
Text Example
Text Example
White with #DDB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5CE; }
p { color: rgb(221,181,206); }
H1.HeaderClassName
{
color: #DDB5CE;
}
.AnyTagClassName
{
color: #DDB5CE;
}
</style>
background-color css
<style>
a { background-color: #DDB5CE; }
a { background-color: rgb(221,181,206); }
div.DivClassName
{
background-color: #DDB5CE;
}
.BgClassName
{
background-color: #DDB5CE;
}
</style>
border-color css
<style>
span { border-color: #DDB5CE; }
span { border-color: rgb(221,181,206); }
td.TdClassName
{
border-color: #DDB5CE;
}
.TagClassName
{
border-color: #DDB5CE;
}
</style>