Shades of Celeste #CECFBF
Tints of Celeste #CECFBF
RGB
CMYK
RGB Variations
Color information
#CECFBF (or 0xCECFBF) is known color: Celeste. HEX triplet: CE, CF and BF. RGB value is (206,207,191). Sum of RGB (Red+Green+Blue) = 206+207+191=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFBF is #313040. Grayscale: #CCCCCC. Windows color (decimal): -3223617 or 12570574. OLE color: 12570574.
HSL color Cylindrical-coordinate representation of color #CECFBF: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECFBF is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 191 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.19 |
| HSL | 63.75º | 0.14% | 0.78% | - |
| HSV(B) | 63.75º | 0.08% | 0.81% | - |
| XYZ | 57.17 | 61.51 | 58.15 | - |
| YUV | 204.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 191 | 0.00 | 0 | 0.08 | 0.19 | 63.75 | 0.14 | 0.78 |
| Hex | CE | CF | BF | 0 | 0 | 8 | 13 | 40 | E | 4E |
| Octal | 316 | 317 | 277 | 0 | 0 | 10 | 23 | 100 | 16 | 116 |
| Binary | 11001110 | 11001111 | 10111111 | 0 | 0 | 1000 | 10011 | 1000000 | 1110 | 1001110 |
Color Harmonies of #CECFBF
Complementary color
Monochromatic Colors of #CECFBF
Black with #CECFBF
Text Example
Text Example
White with #CECFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFBF; }
p { color: rgb(206,207,191); }
H1.HeaderClassName
{
color: #CECFBF;
}
.AnyTagClassName
{
color: #CECFBF;
}
</style>
background-color css
<style>
a { background-color: #CECFBF; }
a { background-color: rgb(206,207,191); }
div.DivClassName
{
background-color: #CECFBF;
}
.BgClassName
{
background-color: #CECFBF;
}
</style>
border-color css
<style>
span { border-color: #CECFBF; }
span { border-color: rgb(206,207,191); }
td.TdClassName
{
border-color: #CECFBF;
}
.TagClassName
{
border-color: #CECFBF;
}
</style>