Shades of Twilight #CFC3C9
Tints of Twilight #CFC3C9
RGB
CMYK
RGB Variations
Color information
#CFC3C9 (or 0xCFC3C9) is known color: Twilight. HEX triplet: CF, C3 and C9. RGB value is (207,195,201). Sum of RGB (Red+Green+Blue) = 207+195+201=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3C9 is #303C36. Grayscale: #C7C7C7. Windows color (decimal): -3161143 or 13222863. OLE color: 13222863.
HSL color Cylindrical-coordinate representation of color #CFC3C9: hue angle of 330º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC3C9 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 195 | 201 | - |
CMYK | 0 | 0.06 | 0.03 | 0.19 |
HSL | 330º | 0.11% | 0.79% | - |
HSV(B) | 330º | 0.06% | 0.81% | - |
XYZ | 55.79 | 56.51 | 63.23 | - |
YUV | 199.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 195 | 201 | 0 | 0.06 | 0.03 | 0.19 | 330 | 0.11 | 0.79 |
Hex | CF | C3 | C9 | 0 | 6 | 3 | 13 | 14A | B | 4F |
Octal | 317 | 303 | 311 | 0 | 6 | 3 | 23 | 512 | 13 | 117 |
Binary | 11001111 | 11000011 | 11001001 | 0 | 110 | 11 | 10011 | 101001010 | 1011 | 1001111 |
Color Harmonies of #CFC3C9
Complementary color
Monochromatic Colors of #CFC3C9
Black with #CFC3C9
Text Example
Text Example
White with #CFC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3C9; }
p { color: rgb(207,195,201); }
H1.HeaderClassName
{
color: #CFC3C9;
}
.AnyTagClassName
{
color: #CFC3C9;
}
</style>
background-color css
<style>
a { background-color: #CFC3C9; }
a { background-color: rgb(207,195,201); }
div.DivClassName
{
background-color: #CFC3C9;
}
.BgClassName
{
background-color: #CFC3C9;
}
</style>
border-color css
<style>
span { border-color: #CFC3C9; }
span { border-color: rgb(207,195,201); }
td.TdClassName
{
border-color: #CFC3C9;
}
.TagClassName
{
border-color: #CFC3C9;
}
</style>