Shades of Twilight #DDAEC6
Tints of Twilight #DDAEC6
RGB
CMYK
RGB Variations
Color information
#DDAEC6 (or 0xDDAEC6) is known color: Twilight. HEX triplet: DD, AE and C6. RGB value is (221,174,198). Sum of RGB (Red+Green+Blue) = 221+174+198=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC6 is #225139. Grayscale: #BEBEBE. Windows color (decimal): -2249018 or 13020893. OLE color: 13020893.
HSL color Cylindrical-coordinate representation of color #DDAEC6: hue angle of 329.36º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEC6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 198 | - |
CMYK | 0 | 0.21 | 0.10 | 0.13 |
HSL | 329.36º | 0.41% | 0.77% | - |
HSV(B) | 329.36º | 0.21% | 0.87% | - |
XYZ | 55.15 | 49.72 | 60.12 | - |
YUV | 190.79 | 132.07 | 149.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 198 | 0 | 0.21 | 0.10 | 0.13 | 329.36 | 0.41 | 0.77 |
Hex | DD | AE | C6 | 0 | 15 | A | D | 149 | 29 | 4D |
Octal | 335 | 256 | 306 | 0 | 25 | 12 | 15 | 511 | 51 | 115 |
Binary | 11011101 | 10101110 | 11000110 | 0 | 10101 | 1010 | 1101 | 101001001 | 101001 | 1001101 |
Color Harmonies of #DDAEC6
Complementary color
Monochromatic Colors of #DDAEC6
Black with #DDAEC6
Text Example
Text Example
White with #DDAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEC6; }
p { color: rgb(221,174,198); }
H1.HeaderClassName
{
color: #DDAEC6;
}
.AnyTagClassName
{
color: #DDAEC6;
}
</style>
background-color css
<style>
a { background-color: #DDAEC6; }
a { background-color: rgb(221,174,198); }
div.DivClassName
{
background-color: #DDAEC6;
}
.BgClassName
{
background-color: #DDAEC6;
}
</style>
border-color css
<style>
span { border-color: #DDAEC6; }
span { border-color: rgb(221,174,198); }
td.TdClassName
{
border-color: #DDAEC6;
}
.TagClassName
{
border-color: #DDAEC6;
}
</style>