Shades of Twilight #DDB4CE
Tints of Twilight #DDB4CE
RGB
CMYK
RGB Variations
Color information
#DDB4CE (or 0xDDB4CE) is known color: Twilight. HEX triplet: DD, B4 and CE. RGB value is (221,180,206). Sum of RGB (Red+Green+Blue) = 221+180+206=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4CE is #224B31. Grayscale: #C3C3C3. Windows color (decimal): -2247474 or 13546717. OLE color: 13546717.
HSL color Cylindrical-coordinate representation of color #DDB4CE: hue angle of 321.95º 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 #DDB4CE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 206 | - |
CMYK | 0 | 0.19 | 0.07 | 0.13 |
HSL | 321.95º | 0.38% | 0.79% | - |
HSV(B) | 321.95º | 0.19% | 0.87% | - |
XYZ | 57.28 | 52.47 | 65.5 | - |
YUV | 195.22 | 134.08 | 146.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 206 | 0 | 0.19 | 0.07 | 0.13 | 321.95 | 0.38 | 0.79 |
Hex | DD | B4 | CE | 0 | 13 | 7 | D | 142 | 26 | 4F |
Octal | 335 | 264 | 316 | 0 | 23 | 7 | 15 | 502 | 46 | 117 |
Binary | 11011101 | 10110100 | 11001110 | 0 | 10011 | 111 | 1101 | 101000010 | 100110 | 1001111 |
Color Harmonies of #DDB4CE
Complementary color
Monochromatic Colors of #DDB4CE
Black with #DDB4CE
Text Example
Text Example
White with #DDB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4CE; }
p { color: rgb(221,180,206); }
H1.HeaderClassName
{
color: #DDB4CE;
}
.AnyTagClassName
{
color: #DDB4CE;
}
</style>
background-color css
<style>
a { background-color: #DDB4CE; }
a { background-color: rgb(221,180,206); }
div.DivClassName
{
background-color: #DDB4CE;
}
.BgClassName
{
background-color: #DDB4CE;
}
</style>
border-color css
<style>
span { border-color: #DDB4CE; }
span { border-color: rgb(221,180,206); }
td.TdClassName
{
border-color: #DDB4CE;
}
.TagClassName
{
border-color: #DDB4CE;
}
</style>