Shades of Twilight #CFBEC5
Tints of Twilight #CFBEC5
RGB
CMYK
RGB Variations
Color information
#CFBEC5 (or 0xCFBEC5) is known color: Twilight. HEX triplet: CF, BE and C5. RGB value is (207,190,197). Sum of RGB (Red+Green+Blue) = 207+190+197=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC5 is #30413A. Grayscale: #C3C3C3. Windows color (decimal): -3162427 or 12959439. OLE color: 12959439.
HSL color Cylindrical-coordinate representation of color #CFBEC5: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 197 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.19 |
| HSL | 335.29º | 0.15% | 0.78% | - |
| HSV(B) | 335.29º | 0.08% | 0.81% | - |
| XYZ | 54.22 | 54.12 | 60.41 | - |
| YUV | 195.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 197 | 0 | 0.08 | 0.05 | 0.19 | 335.29 | 0.15 | 0.78 |
| Hex | CF | BE | C5 | 0 | 8 | 5 | 13 | 14F | F | 4E |
| Octal | 317 | 276 | 305 | 0 | 10 | 5 | 23 | 517 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11000101 | 0 | 1000 | 101 | 10011 | 101001111 | 1111 | 1001110 |
Color Harmonies of #CFBEC5
Complementary color
Monochromatic Colors of #CFBEC5
Black with #CFBEC5
Text Example
Text Example
White with #CFBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEC5; }
p { color: rgb(207,190,197); }
H1.HeaderClassName
{
color: #CFBEC5;
}
.AnyTagClassName
{
color: #CFBEC5;
}
</style>
background-color css
<style>
a { background-color: #CFBEC5; }
a { background-color: rgb(207,190,197); }
div.DivClassName
{
background-color: #CFBEC5;
}
.BgClassName
{
background-color: #CFBEC5;
}
</style>
border-color css
<style>
span { border-color: #CFBEC5; }
span { border-color: rgb(207,190,197); }
td.TdClassName
{
border-color: #CFBEC5;
}
.TagClassName
{
border-color: #CFBEC5;
}
</style>