Shades of Celeste #CFD0C2
Tints of Celeste #CFD0C2
RGB
CMYK
RGB Variations
Color information
#CFD0C2 (or 0xCFD0C2) is known color: Celeste. HEX triplet: CF, D0 and C2. RGB value is (207,208,194). Sum of RGB (Red+Green+Blue) = 207+208+194=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0C2 is #302F3D. Grayscale: #CECECE. Windows color (decimal): -3157822 or 12767439. OLE color: 12767439.
HSL color Cylindrical-coordinate representation of color #CFD0C2: hue angle of 64.29º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD0C2 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 194 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.18 |
| HSL | 64.29º | 0.13% | 0.79% | - |
| HSV(B) | 64.29º | 0.07% | 0.82% | - |
| XYZ | 58.03 | 62.27 | 60 | - |
| YUV | 206.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 194 | 0.00 | 0 | 0.07 | 0.18 | 64.29 | 0.13 | 0.79 |
| Hex | CF | D0 | C2 | 0 | 0 | 7 | 12 | 40 | D | 4F |
| Octal | 317 | 320 | 302 | 0 | 0 | 7 | 22 | 100 | 15 | 117 |
| Binary | 11001111 | 11010000 | 11000010 | 0 | 0 | 111 | 10010 | 1000000 | 1101 | 1001111 |
Color Harmonies of #CFD0C2
Complementary color
Monochromatic Colors of #CFD0C2
Black with #CFD0C2
Text Example
Text Example
White with #CFD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0C2; }
p { color: rgb(207,208,194); }
H1.HeaderClassName
{
color: #CFD0C2;
}
.AnyTagClassName
{
color: #CFD0C2;
}
</style>
background-color css
<style>
a { background-color: #CFD0C2; }
a { background-color: rgb(207,208,194); }
div.DivClassName
{
background-color: #CFD0C2;
}
.BgClassName
{
background-color: #CFD0C2;
}
</style>
border-color css
<style>
span { border-color: #CFD0C2; }
span { border-color: rgb(207,208,194); }
td.TdClassName
{
border-color: #CFD0C2;
}
.TagClassName
{
border-color: #CFD0C2;
}
</style>