Shades of Twilight #DDB2CC
Tints of Twilight #DDB2CC
RGB
CMYK
RGB Variations
Color information
#DDB2CC (or 0xDDB2CC) is known color: Twilight. HEX triplet: DD, B2 and CC. RGB value is (221,178,204). Sum of RGB (Red+Green+Blue) = 221+178+204=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CC is #224D33. Grayscale: #C1C1C1. Windows color (decimal): -2247988 or 13415133. OLE color: 13415133.
HSL color Cylindrical-coordinate representation of color #DDB2CC: hue angle of 323.72º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2CC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 178 | 204 | - |
CMYK | 0 | 0.19 | 0.08 | 0.13 |
HSL | 323.72º | 0.39% | 0.78% | - |
HSV(B) | 323.72º | 0.19% | 0.87% | - |
XYZ | 56.64 | 51.57 | 64.1 | - |
YUV | 193.82 | 133.75 | 147.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 204 | 0 | 0.19 | 0.08 | 0.13 | 323.72 | 0.39 | 0.78 |
Hex | DD | B2 | CC | 0 | 13 | 8 | D | 144 | 27 | 4E |
Octal | 335 | 262 | 314 | 0 | 23 | 10 | 15 | 504 | 47 | 116 |
Binary | 11011101 | 10110010 | 11001100 | 0 | 10011 | 1000 | 1101 | 101000100 | 100111 | 1001110 |
Color Harmonies of #DDB2CC
Complementary color
Monochromatic Colors of #DDB2CC
Black with #DDB2CC
Text Example
Text Example
White with #DDB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CC; }
p { color: rgb(221,178,204); }
H1.HeaderClassName
{
color: #DDB2CC;
}
.AnyTagClassName
{
color: #DDB2CC;
}
</style>
background-color css
<style>
a { background-color: #DDB2CC; }
a { background-color: rgb(221,178,204); }
div.DivClassName
{
background-color: #DDB2CC;
}
.BgClassName
{
background-color: #DDB2CC;
}
</style>
border-color css
<style>
span { border-color: #DDB2CC; }
span { border-color: rgb(221,178,204); }
td.TdClassName
{
border-color: #DDB2CC;
}
.TagClassName
{
border-color: #DDB2CC;
}
</style>