Shades of Twilight #DDB4CD
Tints of Twilight #DDB4CD
RGB
CMYK
RGB Variations
Color information
#DDB4CD (or 0xDDB4CD) is known color: Twilight. HEX triplet: DD, B4 and CD. RGB value is (221,180,205). Sum of RGB (Red+Green+Blue) = 221+180+205=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4CD is #224B32. Grayscale: #C3C3C3. Windows color (decimal): -2247475 or 13481181. OLE color: 13481181.
HSL color Cylindrical-coordinate representation of color #DDB4CD: hue angle of 323.41º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4CD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 205 | - |
CMYK | 0 | 0.19 | 0.07 | 0.13 |
HSL | 323.41º | 0.38% | 0.79% | - |
HSV(B) | 323.41º | 0.19% | 0.87% | - |
XYZ | 57.16 | 52.42 | 64.86 | - |
YUV | 195.11 | 133.58 | 146.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 205 | 0 | 0.19 | 0.07 | 0.13 | 323.41 | 0.38 | 0.79 |
Hex | DD | B4 | CD | 0 | 13 | 7 | D | 143 | 26 | 4F |
Octal | 335 | 264 | 315 | 0 | 23 | 7 | 15 | 503 | 46 | 117 |
Binary | 11011101 | 10110100 | 11001101 | 0 | 10011 | 111 | 1101 | 101000011 | 100110 | 1001111 |
Color Harmonies of #DDB4CD
Complementary color
Monochromatic Colors of #DDB4CD
Black with #DDB4CD
Text Example
Text Example
White with #DDB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4CD; }
p { color: rgb(221,180,205); }
H1.HeaderClassName
{
color: #DDB4CD;
}
.AnyTagClassName
{
color: #DDB4CD;
}
</style>
background-color css
<style>
a { background-color: #DDB4CD; }
a { background-color: rgb(221,180,205); }
div.DivClassName
{
background-color: #DDB4CD;
}
.BgClassName
{
background-color: #DDB4CD;
}
</style>
border-color css
<style>
span { border-color: #DDB4CD; }
span { border-color: rgb(221,180,205); }
td.TdClassName
{
border-color: #DDB4CD;
}
.TagClassName
{
border-color: #DDB4CD;
}
</style>