Shades of Twilight #DDB6CC
Tints of Twilight #DDB6CC
RGB
CMYK
RGB Variations
Color information
#DDB6CC (or 0xDDB6CC) is known color: Twilight. HEX triplet: DD, B6 and CC. RGB value is (221,182,204). Sum of RGB (Red+Green+Blue) = 221+182+204=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CC is #224933. Grayscale: #C4C4C4. Windows color (decimal): -2246964 or 13416157. OLE color: 13416157.
HSL color Cylindrical-coordinate representation of color #DDB6CC: hue angle of 326.15º 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 #DDB6CC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 182 | 204 | - |
CMYK | 0 | 0.18 | 0.08 | 0.13 |
HSL | 326.15º | 0.36% | 0.79% | - |
HSV(B) | 326.15º | 0.18% | 0.87% | - |
XYZ | 57.45 | 53.19 | 64.37 | - |
YUV | 196.17 | 132.42 | 145.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 182 | 204 | 0 | 0.18 | 0.08 | 0.13 | 326.15 | 0.36 | 0.79 |
Hex | DD | B6 | CC | 0 | 12 | 8 | D | 146 | 24 | 4F |
Octal | 335 | 266 | 314 | 0 | 22 | 10 | 15 | 506 | 44 | 117 |
Binary | 11011101 | 10110110 | 11001100 | 0 | 10010 | 1000 | 1101 | 101000110 | 100100 | 1001111 |
Color Harmonies of #DDB6CC
Complementary color
Monochromatic Colors of #DDB6CC
Black with #DDB6CC
Text Example
Text Example
White with #DDB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6CC; }
p { color: rgb(221,182,204); }
H1.HeaderClassName
{
color: #DDB6CC;
}
.AnyTagClassName
{
color: #DDB6CC;
}
</style>
background-color css
<style>
a { background-color: #DDB6CC; }
a { background-color: rgb(221,182,204); }
div.DivClassName
{
background-color: #DDB6CC;
}
.BgClassName
{
background-color: #DDB6CC;
}
</style>
border-color css
<style>
span { border-color: #DDB6CC; }
span { border-color: rgb(221,182,204); }
td.TdClassName
{
border-color: #DDB6CC;
}
.TagClassName
{
border-color: #DDB6CC;
}
</style>