Shades of Celeste #CFD0BA
Tints of Celeste #CFD0BA
RGB
CMYK
RGB Variations
Color information
#CFD0BA (or 0xCFD0BA) is known color: Celeste. HEX triplet: CF, D0 and BA. RGB value is (207,208,186). Sum of RGB (Red+Green+Blue) = 207+208+186=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0BA is #302F45. Grayscale: #CDCDCD. Windows color (decimal): -3157830 or 12243151. OLE color: 12243151.
HSL color Cylindrical-coordinate representation of color #CFD0BA: hue angle of 62.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD0BA is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 186 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.18 |
| HSL | 62.73º | 0.19% | 0.77% | - |
| HSV(B) | 62.73º | 0.11% | 0.82% | - |
| XYZ | 57.15 | 61.92 | 55.39 | - |
| YUV | 205.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 186 | 0.00 | 0 | 0.11 | 0.18 | 62.73 | 0.19 | 0.77 |
| Hex | CF | D0 | BA | 0 | 0 | B | 12 | 3F | 13 | 4D |
| Octal | 317 | 320 | 272 | 0 | 0 | 13 | 22 | 77 | 23 | 115 |
| Binary | 11001111 | 11010000 | 10111010 | 0 | 0 | 1011 | 10010 | 111111 | 10011 | 1001101 |
Color Harmonies of #CFD0BA
Complementary color
Monochromatic Colors of #CFD0BA
Black with #CFD0BA
Text Example
Text Example
White with #CFD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0BA; }
p { color: rgb(207,208,186); }
H1.HeaderClassName
{
color: #CFD0BA;
}
.AnyTagClassName
{
color: #CFD0BA;
}
</style>
background-color css
<style>
a { background-color: #CFD0BA; }
a { background-color: rgb(207,208,186); }
div.DivClassName
{
background-color: #CFD0BA;
}
.BgClassName
{
background-color: #CFD0BA;
}
</style>
border-color css
<style>
span { border-color: #CFD0BA; }
span { border-color: rgb(207,208,186); }
td.TdClassName
{
border-color: #CFD0BA;
}
.TagClassName
{
border-color: #CFD0BA;
}
</style>