Shades of Twilight #DDB4CC
Tints of Twilight #DDB4CC
RGB
CMYK
RGB Variations
Color information
#DDB4CC (or 0xDDB4CC) is known color: Twilight. HEX triplet: DD, B4 and CC. RGB value is (221,180,204). Sum of RGB (Red+Green+Blue) = 221+180+204=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4CC is #224B33. Grayscale: #C2C2C2. Windows color (decimal): -2247476 or 13415645. OLE color: 13415645.
HSL color Cylindrical-coordinate representation of color #DDB4CC: hue angle of 324.88º 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 #DDB4CC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 204 | - |
CMYK | 0 | 0.19 | 0.08 | 0.13 |
HSL | 324.88º | 0.38% | 0.79% | - |
HSV(B) | 324.88º | 0.19% | 0.87% | - |
XYZ | 57.04 | 52.37 | 64.23 | - |
YUV | 195 | 133.08 | 146.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 204 | 0 | 0.19 | 0.08 | 0.13 | 324.88 | 0.38 | 0.79 |
Hex | DD | B4 | CC | 0 | 13 | 8 | D | 145 | 26 | 4F |
Octal | 335 | 264 | 314 | 0 | 23 | 10 | 15 | 505 | 46 | 117 |
Binary | 11011101 | 10110100 | 11001100 | 0 | 10011 | 1000 | 1101 | 101000101 | 100110 | 1001111 |
Color Harmonies of #DDB4CC
Complementary color
Monochromatic Colors of #DDB4CC
Black with #DDB4CC
Text Example
Text Example
White with #DDB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4CC; }
p { color: rgb(221,180,204); }
H1.HeaderClassName
{
color: #DDB4CC;
}
.AnyTagClassName
{
color: #DDB4CC;
}
</style>
background-color css
<style>
a { background-color: #DDB4CC; }
a { background-color: rgb(221,180,204); }
div.DivClassName
{
background-color: #DDB4CC;
}
.BgClassName
{
background-color: #DDB4CC;
}
</style>
border-color css
<style>
span { border-color: #DDB4CC; }
span { border-color: rgb(221,180,204); }
td.TdClassName
{
border-color: #DDB4CC;
}
.TagClassName
{
border-color: #DDB4CC;
}
</style>