Shades of Celeste #CECFBB
Tints of Celeste #CECFBB
RGB
CMYK
RGB Variations
Color information
#CECFBB (or 0xCECFBB) is known color: Celeste. HEX triplet: CE, CF and BB. RGB value is (206,207,187). Sum of RGB (Red+Green+Blue) = 206+207+187=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFBB is #313044. Grayscale: #CCCCCC. Windows color (decimal): -3223621 or 12308430. OLE color: 12308430.
HSL color Cylindrical-coordinate representation of color #CECFBB: hue angle of 63º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECFBB is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 187 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.19 |
| HSL | 63º | 0.17% | 0.77% | - |
| HSV(B) | 63º | 0.1% | 0.81% | - |
| XYZ | 56.74 | 61.34 | 55.86 | - |
| YUV | 204.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 187 | 0.00 | 0 | 0.10 | 0.19 | 63 | 0.17 | 0.77 |
| Hex | CE | CF | BB | 0 | 0 | A | 13 | 3F | 11 | 4D |
| Octal | 316 | 317 | 273 | 0 | 0 | 12 | 23 | 77 | 21 | 115 |
| Binary | 11001110 | 11001111 | 10111011 | 0 | 0 | 1010 | 10011 | 111111 | 10001 | 1001101 |
Color Harmonies of #CECFBB
Complementary color
Monochromatic Colors of #CECFBB
Black with #CECFBB
Text Example
Text Example
White with #CECFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFBB; }
p { color: rgb(206,207,187); }
H1.HeaderClassName
{
color: #CECFBB;
}
.AnyTagClassName
{
color: #CECFBB;
}
</style>
background-color css
<style>
a { background-color: #CECFBB; }
a { background-color: rgb(206,207,187); }
div.DivClassName
{
background-color: #CECFBB;
}
.BgClassName
{
background-color: #CECFBB;
}
</style>
border-color css
<style>
span { border-color: #CECFBB; }
span { border-color: rgb(206,207,187); }
td.TdClassName
{
border-color: #CECFBB;
}
.TagClassName
{
border-color: #CECFBB;
}
</style>