Shades of Twilight #CFCCCE
Tints of Twilight #CFCCCE
RGB
CMYK
RGB Variations
Color information
#CFCCCE (or 0xCFCCCE) is known color: Twilight. HEX triplet: CF, CC and CE. RGB value is (207,204,206). Sum of RGB (Red+Green+Blue) = 207+204+206=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCCE is #303331. Grayscale: #CDCDCD. Windows color (decimal): -3158834 or 13552847. OLE color: 13552847.
HSL color Cylindrical-coordinate representation of color #CFCCCE: hue angle of 320º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CFCCCE is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 204 | 206 | - |
CMYK | 0 | 0.01 | 0.00 | 0.19 |
HSL | 320º | 0.03% | 0.81% | - |
HSV(B) | 320º | 0.01% | 0.81% | - |
XYZ | 58.47 | 60.91 | 67.07 | - |
YUV | 205.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 204 | 206 | 0 | 0.01 | 0.00 | 0.19 | 320 | 0.03 | 0.81 |
Hex | CF | CC | CE | 0 | 1 | 0 | 13 | 140 | 3 | 51 |
Octal | 317 | 314 | 316 | 0 | 1 | 0 | 23 | 500 | 3 | 121 |
Binary | 11001111 | 11001100 | 11001110 | 0 | 1 | 0 | 10011 | 101000000 | 11 | 1010001 |
Color Harmonies of #CFCCCE
Complementary color
Monochromatic Colors of #CFCCCE
Black with #CFCCCE
Text Example
Text Example
White with #CFCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCCE; }
p { color: rgb(207,204,206); }
H1.HeaderClassName
{
color: #CFCCCE;
}
.AnyTagClassName
{
color: #CFCCCE;
}
</style>
background-color css
<style>
a { background-color: #CFCCCE; }
a { background-color: rgb(207,204,206); }
div.DivClassName
{
background-color: #CFCCCE;
}
.BgClassName
{
background-color: #CFCCCE;
}
</style>
border-color css
<style>
span { border-color: #CFCCCE; }
span { border-color: rgb(207,204,206); }
td.TdClassName
{
border-color: #CFCCCE;
}
.TagClassName
{
border-color: #CFCCCE;
}
</style>