Shades of Twilight #CDBEC5
Tints of Twilight #CDBEC5
RGB
CMYK
RGB Variations
Color information
#CDBEC5 (or 0xCDBEC5) is known color: Twilight. HEX triplet: CD, BE and C5. RGB value is (205,190,197). Sum of RGB (Red+Green+Blue) = 205+190+197=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC5 is #32413A. Grayscale: #C3C3C3. Windows color (decimal): -3293499 or 12959437. OLE color: 12959437.
HSL color Cylindrical-coordinate representation of color #CDBEC5: hue angle of 332º 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 #CDBEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 197 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.20 |
| HSL | 332º | 0.13% | 0.77% | - |
| HSV(B) | 332º | 0.07% | 0.8% | - |
| XYZ | 53.67 | 53.84 | 60.39 | - |
| YUV | 195.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 197 | 0 | 0.07 | 0.04 | 0.20 | 332 | 0.13 | 0.77 |
| Hex | CD | BE | C5 | 0 | 7 | 4 | 14 | 14C | D | 4D |
| Octal | 315 | 276 | 305 | 0 | 7 | 4 | 24 | 514 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11000101 | 0 | 111 | 100 | 10100 | 101001100 | 1101 | 1001101 |
Color Harmonies of #CDBEC5
Complementary color
Monochromatic Colors of #CDBEC5
Black with #CDBEC5
Text Example
Text Example
White with #CDBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC5; }
p { color: rgb(205,190,197); }
H1.HeaderClassName
{
color: #CDBEC5;
}
.AnyTagClassName
{
color: #CDBEC5;
}
</style>
background-color css
<style>
a { background-color: #CDBEC5; }
a { background-color: rgb(205,190,197); }
div.DivClassName
{
background-color: #CDBEC5;
}
.BgClassName
{
background-color: #CDBEC5;
}
</style>
border-color css
<style>
span { border-color: #CDBEC5; }
span { border-color: rgb(205,190,197); }
td.TdClassName
{
border-color: #CDBEC5;
}
.TagClassName
{
border-color: #CDBEC5;
}
</style>