Shades of Twilight #DDB1CE
Tints of Twilight #DDB1CE
RGB
CMYK
RGB Variations
Color information
#DDB1CE (or 0xDDB1CE) is known color: Twilight. HEX triplet: DD, B1 and CE. RGB value is (221,177,206). Sum of RGB (Red+Green+Blue) = 221+177+206=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1CE is #224E31. Grayscale: #C1C1C1. Windows color (decimal): -2248242 or 13545949. OLE color: 13545949.
HSL color Cylindrical-coordinate representation of color #DDB1CE: hue angle of 320.45º 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 #DDB1CE is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 177 | 206 | - |
CMYK | 0 | 0.20 | 0.07 | 0.13 |
HSL | 320.45º | 0.39% | 0.78% | - |
HSV(B) | 320.45º | 0.2% | 0.87% | - |
XYZ | 56.68 | 51.27 | 65.3 | - |
YUV | 193.46 | 135.08 | 147.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 206 | 0 | 0.20 | 0.07 | 0.13 | 320.45 | 0.39 | 0.78 |
Hex | DD | B1 | CE | 0 | 14 | 7 | D | 140 | 27 | 4E |
Octal | 335 | 261 | 316 | 0 | 24 | 7 | 15 | 500 | 47 | 116 |
Binary | 11011101 | 10110001 | 11001110 | 0 | 10100 | 111 | 1101 | 101000000 | 100111 | 1001110 |
Color Harmonies of #DDB1CE
Complementary color
Monochromatic Colors of #DDB1CE
Black with #DDB1CE
Text Example
Text Example
White with #DDB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1CE; }
p { color: rgb(221,177,206); }
H1.HeaderClassName
{
color: #DDB1CE;
}
.AnyTagClassName
{
color: #DDB1CE;
}
</style>
background-color css
<style>
a { background-color: #DDB1CE; }
a { background-color: rgb(221,177,206); }
div.DivClassName
{
background-color: #DDB1CE;
}
.BgClassName
{
background-color: #DDB1CE;
}
</style>
border-color css
<style>
span { border-color: #DDB1CE; }
span { border-color: rgb(221,177,206); }
td.TdClassName
{
border-color: #DDB1CE;
}
.TagClassName
{
border-color: #DDB1CE;
}
</style>