Shades of Celeste #CFCFCA
Tints of Celeste #CFCFCA
RGB
CMYK
RGB Variations
Color information
#CFCFCA (or 0xCFCFCA) is known color: Celeste. HEX triplet: CF, CF and CA. RGB value is (207,207,202). Sum of RGB (Red+Green+Blue) = 207+207+202=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFCA is #303035. Grayscale: #CECECE. Windows color (decimal): -3158070 or 13291471. OLE color: 13291471.
HSL color Cylindrical-coordinate representation of color #CFCFCA: hue angle of 60º degrees, saturation: 0.05, 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 #CFCFCA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 202 | - |
CMYK | 0 | 0 | 0.02 | 0.19 |
HSL | 60º | 0.05% | 0.8% | - |
HSV(B) | 60º | 0.02% | 0.81% | - |
XYZ | 58.71 | 62.16 | 64.78 | - |
YUV | 206.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 202 | 0 | 0 | 0.02 | 0.19 | 60 | 0.05 | 0.8 |
Hex | CF | CF | CA | 0 | 0 | 2 | 13 | 3C | 5 | 50 |
Octal | 317 | 317 | 312 | 0 | 0 | 2 | 23 | 74 | 5 | 120 |
Binary | 11001111 | 11001111 | 11001010 | 0 | 0 | 10 | 10011 | 111100 | 101 | 1010000 |
Color Harmonies of #CFCFCA
Complementary color
Monochromatic Colors of #CFCFCA
Black with #CFCFCA
Text Example
Text Example
White with #CFCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFCA; }
p { color: rgb(207,207,202); }
H1.HeaderClassName
{
color: #CFCFCA;
}
.AnyTagClassName
{
color: #CFCFCA;
}
</style>
background-color css
<style>
a { background-color: #CFCFCA; }
a { background-color: rgb(207,207,202); }
div.DivClassName
{
background-color: #CFCFCA;
}
.BgClassName
{
background-color: #CFCFCA;
}
</style>
border-color css
<style>
span { border-color: #CFCFCA; }
span { border-color: rgb(207,207,202); }
td.TdClassName
{
border-color: #CFCFCA;
}
.TagClassName
{
border-color: #CFCFCA;
}
</style>