Shades of Celeste #CFCFBD
Tints of Celeste #CFCFBD
RGB
CMYK
RGB Variations
Color information
#CFCFBD (or 0xCFCFBD) is known color: Celeste. HEX triplet: CF, CF and BD. RGB value is (207,207,189). Sum of RGB (Red+Green+Blue) = 207+207+189=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFBD is #303042. Grayscale: #CDCDCD. Windows color (decimal): -3158083 or 12439503. OLE color: 12439503.
HSL color Cylindrical-coordinate representation of color #CFCFBD: hue angle of 60º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCFBD is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 189 | - |
| CMYK | 0 | 0 | 0.09 | 0.19 |
| HSL | 60º | 0.16% | 0.78% | - |
| HSV(B) | 60º | 0.09% | 0.81% | - |
| XYZ | 57.23 | 61.57 | 57.01 | - |
| YUV | 204.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 189 | 0 | 0 | 0.09 | 0.19 | 60 | 0.16 | 0.78 |
| Hex | CF | CF | BD | 0 | 0 | 9 | 13 | 3C | 10 | 4E |
| Octal | 317 | 317 | 275 | 0 | 0 | 11 | 23 | 74 | 20 | 116 |
| Binary | 11001111 | 11001111 | 10111101 | 0 | 0 | 1001 | 10011 | 111100 | 10000 | 1001110 |
Color Harmonies of #CFCFBD
Complementary color
Monochromatic Colors of #CFCFBD
Black with #CFCFBD
Text Example
Text Example
White with #CFCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFBD; }
p { color: rgb(207,207,189); }
H1.HeaderClassName
{
color: #CFCFBD;
}
.AnyTagClassName
{
color: #CFCFBD;
}
</style>
background-color css
<style>
a { background-color: #CFCFBD; }
a { background-color: rgb(207,207,189); }
div.DivClassName
{
background-color: #CFCFBD;
}
.BgClassName
{
background-color: #CFCFBD;
}
</style>
border-color css
<style>
span { border-color: #CFCFBD; }
span { border-color: rgb(207,207,189); }
td.TdClassName
{
border-color: #CFCFBD;
}
.TagClassName
{
border-color: #CFCFBD;
}
</style>