Shades of Twilight #DDBECC
Tints of Twilight #DDBECC
RGB
CMYK
RGB Variations
Color information
#DDBECC (or 0xDDBECC) is known color: Twilight. HEX triplet: DD, BE and CC. RGB value is (221,190,204). Sum of RGB (Red+Green+Blue) = 221+190+204=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECC is #224133. Grayscale: #C8C8C8. Windows color (decimal): -2244916 or 13418205. OLE color: 13418205.
HSL color Cylindrical-coordinate representation of color #DDBECC: hue angle of 332.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBECC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 204 | - |
CMYK | 0 | 0.14 | 0.08 | 0.13 |
HSL | 332.9º | 0.31% | 0.81% | - |
HSV(B) | 332.9º | 0.14% | 0.87% | - |
XYZ | 59.13 | 56.56 | 64.93 | - |
YUV | 200.87 | 129.77 | 142.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 204 | 0 | 0.14 | 0.08 | 0.13 | 332.9 | 0.31 | 0.81 |
Hex | DD | BE | CC | 0 | E | 8 | D | 14D | 1F | 51 |
Octal | 335 | 276 | 314 | 0 | 16 | 10 | 15 | 515 | 37 | 121 |
Binary | 11011101 | 10111110 | 11001100 | 0 | 1110 | 1000 | 1101 | 101001101 | 11111 | 1010001 |
Color Harmonies of #DDBECC
Complementary color
Monochromatic Colors of #DDBECC
Black with #DDBECC
Text Example
Text Example
White with #DDBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBECC; }
p { color: rgb(221,190,204); }
H1.HeaderClassName
{
color: #DDBECC;
}
.AnyTagClassName
{
color: #DDBECC;
}
</style>
background-color css
<style>
a { background-color: #DDBECC; }
a { background-color: rgb(221,190,204); }
div.DivClassName
{
background-color: #DDBECC;
}
.BgClassName
{
background-color: #DDBECC;
}
</style>
border-color css
<style>
span { border-color: #DDBECC; }
span { border-color: rgb(221,190,204); }
td.TdClassName
{
border-color: #DDBECC;
}
.TagClassName
{
border-color: #DDBECC;
}
</style>