Shades of Celeste #CFCFCB
Tints of Celeste #CFCFCB
RGB
CMYK
RGB Variations
Color information
#CFCFCB (or 0xCFCFCB) is known color: Celeste. HEX triplet: CF, CF and CB. RGB value is (207,207,203). Sum of RGB (Red+Green+Blue) = 207+207+203=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFCB is #303034. Grayscale: #CECECE. Windows color (decimal): -3158069 or 13357007. OLE color: 13357007.
HSL color Cylindrical-coordinate representation of color #CFCFCB: hue angle of 60º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCFCB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 203 | - |
CMYK | 0 | 0 | 0.02 | 0.19 |
HSL | 60º | 0.04% | 0.8% | - |
HSV(B) | 60º | 0.02% | 0.81% | - |
XYZ | 58.82 | 62.2 | 65.41 | - |
YUV | 206.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 203 | 0 | 0 | 0.02 | 0.19 | 60 | 0.04 | 0.8 |
Hex | CF | CF | CB | 0 | 0 | 2 | 13 | 3C | 4 | 50 |
Octal | 317 | 317 | 313 | 0 | 0 | 2 | 23 | 74 | 4 | 120 |
Binary | 11001111 | 11001111 | 11001011 | 0 | 0 | 10 | 10011 | 111100 | 100 | 1010000 |
Color Harmonies of #CFCFCB
Complementary color
Monochromatic Colors of #CFCFCB
Black with #CFCFCB
Text Example
Text Example
White with #CFCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFCB; }
p { color: rgb(207,207,203); }
H1.HeaderClassName
{
color: #CFCFCB;
}
.AnyTagClassName
{
color: #CFCFCB;
}
</style>
background-color css
<style>
a { background-color: #CFCFCB; }
a { background-color: rgb(207,207,203); }
div.DivClassName
{
background-color: #CFCFCB;
}
.BgClassName
{
background-color: #CFCFCB;
}
</style>
border-color css
<style>
span { border-color: #CFCFCB; }
span { border-color: rgb(207,207,203); }
td.TdClassName
{
border-color: #CFCFCB;
}
.TagClassName
{
border-color: #CFCFCB;
}
</style>