Shades of Twilight #CFBEC7
Tints of Twilight #CFBEC7
RGB
CMYK
RGB Variations
Color information
#CFBEC7 (or 0xCFBEC7) is known color: Twilight. HEX triplet: CF, BE and C7. RGB value is (207,190,199). Sum of RGB (Red+Green+Blue) = 207+190+199=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC7 is #304138. Grayscale: #C4C4C4. Windows color (decimal): -3162425 or 13090511. OLE color: 13090511.
HSL color Cylindrical-coordinate representation of color #CFBEC7: hue angle of 328.24º 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 #CFBEC7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 199 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.19 |
| HSL | 328.24º | 0.15% | 0.78% | - |
| HSV(B) | 328.24º | 0.08% | 0.81% | - |
| XYZ | 54.45 | 54.22 | 61.63 | - |
| YUV | 196.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 199 | 0 | 0.08 | 0.04 | 0.19 | 328.24 | 0.15 | 0.78 |
| Hex | CF | BE | C7 | 0 | 8 | 4 | 13 | 148 | F | 4E |
| Octal | 317 | 276 | 307 | 0 | 10 | 4 | 23 | 510 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11000111 | 0 | 1000 | 100 | 10011 | 101001000 | 1111 | 1001110 |
Color Harmonies of #CFBEC7
Complementary color
Monochromatic Colors of #CFBEC7
Black with #CFBEC7
Text Example
Text Example
White with #CFBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEC7; }
p { color: rgb(207,190,199); }
H1.HeaderClassName
{
color: #CFBEC7;
}
.AnyTagClassName
{
color: #CFBEC7;
}
</style>
background-color css
<style>
a { background-color: #CFBEC7; }
a { background-color: rgb(207,190,199); }
div.DivClassName
{
background-color: #CFBEC7;
}
.BgClassName
{
background-color: #CFBEC7;
}
</style>
border-color css
<style>
span { border-color: #CFBEC7; }
span { border-color: rgb(207,190,199); }
td.TdClassName
{
border-color: #CFBEC7;
}
.TagClassName
{
border-color: #CFBEC7;
}
</style>