Shades of Celeste #CFD0BF
Tints of Celeste #CFD0BF
RGB
CMYK
RGB Variations
Color information
#CFD0BF (or 0xCFD0BF) is known color: Celeste. HEX triplet: CF, D0 and BF. RGB value is (207,208,191). Sum of RGB (Red+Green+Blue) = 207+208+191=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0BF is #302F40. Grayscale: #CDCDCD. Windows color (decimal): -3157825 or 12570831. OLE color: 12570831.
HSL color Cylindrical-coordinate representation of color #CFD0BF: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFD0BF is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 191 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.18 |
| HSL | 63.53º | 0.15% | 0.78% | - |
| HSV(B) | 63.53º | 0.08% | 0.82% | - |
| XYZ | 57.69 | 62.14 | 58.24 | - |
| YUV | 205.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 191 | 0.00 | 0 | 0.08 | 0.18 | 63.53 | 0.15 | 0.78 |
| Hex | CF | D0 | BF | 0 | 0 | 8 | 12 | 40 | F | 4E |
| Octal | 317 | 320 | 277 | 0 | 0 | 10 | 22 | 100 | 17 | 116 |
| Binary | 11001111 | 11010000 | 10111111 | 0 | 0 | 1000 | 10010 | 1000000 | 1111 | 1001110 |
Color Harmonies of #CFD0BF
Complementary color
Monochromatic Colors of #CFD0BF
Black with #CFD0BF
Text Example
Text Example
White with #CFD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0BF; }
p { color: rgb(207,208,191); }
H1.HeaderClassName
{
color: #CFD0BF;
}
.AnyTagClassName
{
color: #CFD0BF;
}
</style>
background-color css
<style>
a { background-color: #CFD0BF; }
a { background-color: rgb(207,208,191); }
div.DivClassName
{
background-color: #CFD0BF;
}
.BgClassName
{
background-color: #CFD0BF;
}
</style>
border-color css
<style>
span { border-color: #CFD0BF; }
span { border-color: rgb(207,208,191); }
td.TdClassName
{
border-color: #CFD0BF;
}
.TagClassName
{
border-color: #CFD0BF;
}
</style>