Shades of Celeste #CFCFBC
Tints of Celeste #CFCFBC
RGB
CMYK
RGB Variations
Color information
#CFCFBC (or 0xCFCFBC) is known color: Celeste. HEX triplet: CF, CF and BC. RGB value is (207,207,188). Sum of RGB (Red+Green+Blue) = 207+207+188=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFBC is #303043. Grayscale: #CCCCCC. Windows color (decimal): -3158084 or 12373967. OLE color: 12373967.
HSL color Cylindrical-coordinate representation of color #CFCFBC: hue angle of 60º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCFBC is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 188 | - |
| CMYK | 0 | 0 | 0.09 | 0.19 |
| HSL | 60º | 0.17% | 0.77% | - |
| HSV(B) | 60º | 0.09% | 0.81% | - |
| XYZ | 57.12 | 61.52 | 56.44 | - |
| YUV | 204.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 188 | 0 | 0 | 0.09 | 0.19 | 60 | 0.17 | 0.77 |
| Hex | CF | CF | BC | 0 | 0 | 9 | 13 | 3C | 11 | 4D |
| Octal | 317 | 317 | 274 | 0 | 0 | 11 | 23 | 74 | 21 | 115 |
| Binary | 11001111 | 11001111 | 10111100 | 0 | 0 | 1001 | 10011 | 111100 | 10001 | 1001101 |
Color Harmonies of #CFCFBC
Complementary color
Monochromatic Colors of #CFCFBC
Black with #CFCFBC
Text Example
Text Example
White with #CFCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFBC; }
p { color: rgb(207,207,188); }
H1.HeaderClassName
{
color: #CFCFBC;
}
.AnyTagClassName
{
color: #CFCFBC;
}
</style>
background-color css
<style>
a { background-color: #CFCFBC; }
a { background-color: rgb(207,207,188); }
div.DivClassName
{
background-color: #CFCFBC;
}
.BgClassName
{
background-color: #CFCFBC;
}
</style>
border-color css
<style>
span { border-color: #CFCFBC; }
span { border-color: rgb(207,207,188); }
td.TdClassName
{
border-color: #CFCFBC;
}
.TagClassName
{
border-color: #CFCFBC;
}
</style>