Shades of Twilight #CDBEC6
Tints of Twilight #CDBEC6
RGB
CMYK
RGB Variations
Color information
#CDBEC6 (or 0xCDBEC6) is known color: Twilight. HEX triplet: CD, BE and C6. RGB value is (205,190,198). Sum of RGB (Red+Green+Blue) = 205+190+198=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC6 is #324139. Grayscale: #C3C3C3. Windows color (decimal): -3293498 or 13024973. OLE color: 13024973.
HSL color Cylindrical-coordinate representation of color #CDBEC6: hue angle of 328º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 198 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.20 |
| HSL | 328º | 0.13% | 0.77% | - |
| HSV(B) | 328º | 0.07% | 0.8% | - |
| XYZ | 53.78 | 53.88 | 60.99 | - |
| YUV | 195.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 198 | 0 | 0.07 | 0.03 | 0.20 | 328 | 0.13 | 0.77 |
| Hex | CD | BE | C6 | 0 | 7 | 3 | 14 | 148 | D | 4D |
| Octal | 315 | 276 | 306 | 0 | 7 | 3 | 24 | 510 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11000110 | 0 | 111 | 11 | 10100 | 101001000 | 1101 | 1001101 |
Color Harmonies of #CDBEC6
Complementary color
Monochromatic Colors of #CDBEC6
Black with #CDBEC6
Text Example
Text Example
White with #CDBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC6; }
p { color: rgb(205,190,198); }
H1.HeaderClassName
{
color: #CDBEC6;
}
.AnyTagClassName
{
color: #CDBEC6;
}
</style>
background-color css
<style>
a { background-color: #CDBEC6; }
a { background-color: rgb(205,190,198); }
div.DivClassName
{
background-color: #CDBEC6;
}
.BgClassName
{
background-color: #CDBEC6;
}
</style>
border-color css
<style>
span { border-color: #CDBEC6; }
span { border-color: rgb(205,190,198); }
td.TdClassName
{
border-color: #CDBEC6;
}
.TagClassName
{
border-color: #CDBEC6;
}
</style>