Shades of Twilight #DDB1CD
Tints of Twilight #DDB1CD
RGB
CMYK
RGB Variations
Color information
#DDB1CD (or 0xDDB1CD) is known color: Twilight. HEX triplet: DD, B1 and CD. RGB value is (221,177,205). Sum of RGB (Red+Green+Blue) = 221+177+205=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1CD is #224E32. Grayscale: #C1C1C1. Windows color (decimal): -2248243 or 13480413. OLE color: 13480413.
HSL color Cylindrical-coordinate representation of color #DDB1CD: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1CD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 177 | 205 | - |
CMYK | 0 | 0.20 | 0.07 | 0.13 |
HSL | 321.82º | 0.39% | 0.78% | - |
HSV(B) | 321.82º | 0.2% | 0.87% | - |
XYZ | 56.56 | 51.22 | 64.66 | - |
YUV | 193.35 | 134.58 | 147.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 205 | 0 | 0.20 | 0.07 | 0.13 | 321.82 | 0.39 | 0.78 |
Hex | DD | B1 | CD | 0 | 14 | 7 | D | 142 | 27 | 4E |
Octal | 335 | 261 | 315 | 0 | 24 | 7 | 15 | 502 | 47 | 116 |
Binary | 11011101 | 10110001 | 11001101 | 0 | 10100 | 111 | 1101 | 101000010 | 100111 | 1001110 |
Color Harmonies of #DDB1CD
Complementary color
Monochromatic Colors of #DDB1CD
Black with #DDB1CD
Text Example
Text Example
White with #DDB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1CD; }
p { color: rgb(221,177,205); }
H1.HeaderClassName
{
color: #DDB1CD;
}
.AnyTagClassName
{
color: #DDB1CD;
}
</style>
background-color css
<style>
a { background-color: #DDB1CD; }
a { background-color: rgb(221,177,205); }
div.DivClassName
{
background-color: #DDB1CD;
}
.BgClassName
{
background-color: #DDB1CD;
}
</style>
border-color css
<style>
span { border-color: #DDB1CD; }
span { border-color: rgb(221,177,205); }
td.TdClassName
{
border-color: #DDB1CD;
}
.TagClassName
{
border-color: #DDB1CD;
}
</style>