Shades of Twilight #CFBFC7
Tints of Twilight #CFBFC7
RGB
CMYK
RGB Variations
Color information
#CFBFC7 (or 0xCFBFC7) is known color: Twilight. HEX triplet: CF, BF and C7. RGB value is (207,191,199). Sum of RGB (Red+Green+Blue) = 207+191+199=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC7 is #304038. Grayscale: #C4C4C4. Windows color (decimal): -3162169 or 13090767. OLE color: 13090767.
HSL color Cylindrical-coordinate representation of color #CFBFC7: hue angle of 330º degrees, saturation: 0.14, 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 #CFBFC7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 191 | 199 | - |
CMYK | 0 | 0.08 | 0.04 | 0.19 |
HSL | 330º | 0.14% | 0.78% | - |
HSV(B) | 330º | 0.08% | 0.81% | - |
XYZ | 54.67 | 54.65 | 61.7 | - |
YUV | 196.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 191 | 199 | 0 | 0.08 | 0.04 | 0.19 | 330 | 0.14 | 0.78 |
Hex | CF | BF | C7 | 0 | 8 | 4 | 13 | 14A | E | 4E |
Octal | 317 | 277 | 307 | 0 | 10 | 4 | 23 | 512 | 16 | 116 |
Binary | 11001111 | 10111111 | 11000111 | 0 | 1000 | 100 | 10011 | 101001010 | 1110 | 1001110 |
Color Harmonies of #CFBFC7
Complementary color
Monochromatic Colors of #CFBFC7
Black with #CFBFC7
Text Example
Text Example
White with #CFBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC7; }
p { color: rgb(207,191,199); }
H1.HeaderClassName
{
color: #CFBFC7;
}
.AnyTagClassName
{
color: #CFBFC7;
}
</style>
background-color css
<style>
a { background-color: #CFBFC7; }
a { background-color: rgb(207,191,199); }
div.DivClassName
{
background-color: #CFBFC7;
}
.BgClassName
{
background-color: #CFBFC7;
}
</style>
border-color css
<style>
span { border-color: #CFBFC7; }
span { border-color: rgb(207,191,199); }
td.TdClassName
{
border-color: #CFBFC7;
}
.TagClassName
{
border-color: #CFBFC7;
}
</style>