Shades of Celeste #CFD0BC
Tints of Celeste #CFD0BC
RGB
CMYK
RGB Variations
Color information
#CFD0BC (or 0xCFD0BC) is known color: Celeste. HEX triplet: CF, D0 and BC. RGB value is (207,208,188). Sum of RGB (Red+Green+Blue) = 207+208+188=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0BC is #302F43. Grayscale: #CDCDCD. Windows color (decimal): -3157828 or 12374223. OLE color: 12374223.
HSL color Cylindrical-coordinate representation of color #CFD0BC: hue angle of 63º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD0BC is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 188 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.18 |
| HSL | 63º | 0.18% | 0.78% | - |
| HSV(B) | 63º | 0.1% | 0.82% | - |
| XYZ | 57.37 | 62.01 | 56.52 | - |
| YUV | 205.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 188 | 0.00 | 0 | 0.10 | 0.18 | 63 | 0.18 | 0.78 |
| Hex | CF | D0 | BC | 0 | 0 | A | 12 | 3F | 12 | 4E |
| Octal | 317 | 320 | 274 | 0 | 0 | 12 | 22 | 77 | 22 | 116 |
| Binary | 11001111 | 11010000 | 10111100 | 0 | 0 | 1010 | 10010 | 111111 | 10010 | 1001110 |
Color Harmonies of #CFD0BC
Complementary color
Monochromatic Colors of #CFD0BC
Black with #CFD0BC
Text Example
Text Example
White with #CFD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0BC; }
p { color: rgb(207,208,188); }
H1.HeaderClassName
{
color: #CFD0BC;
}
.AnyTagClassName
{
color: #CFD0BC;
}
</style>
background-color css
<style>
a { background-color: #CFD0BC; }
a { background-color: rgb(207,208,188); }
div.DivClassName
{
background-color: #CFD0BC;
}
.BgClassName
{
background-color: #CFD0BC;
}
</style>
border-color css
<style>
span { border-color: #CFD0BC; }
span { border-color: rgb(207,208,188); }
td.TdClassName
{
border-color: #CFD0BC;
}
.TagClassName
{
border-color: #CFD0BC;
}
</style>