Shades of Celeste #CFCFC5
Tints of Celeste #CFCFC5
RGB
CMYK
RGB Variations
Color information
#CFCFC5 (or 0xCFCFC5) is known color: Celeste. HEX triplet: CF, CF and C5. RGB value is (207,207,197). Sum of RGB (Red+Green+Blue) = 207+207+197=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC5 is #30303A. Grayscale: #CDCDCD. Windows color (decimal): -3158075 or 12963791. OLE color: 12963791.
HSL color Cylindrical-coordinate representation of color #CFCFC5: hue angle of 60º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCFC5 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 197 | - |
CMYK | 0 | 0 | 0.05 | 0.19 |
HSL | 60º | 0.09% | 0.79% | - |
HSV(B) | 60º | 0.05% | 0.81% | - |
XYZ | 58.12 | 61.92 | 61.71 | - |
YUV | 205.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 197 | 0 | 0 | 0.05 | 0.19 | 60 | 0.09 | 0.79 |
Hex | CF | CF | C5 | 0 | 0 | 5 | 13 | 3C | 9 | 4F |
Octal | 317 | 317 | 305 | 0 | 0 | 5 | 23 | 74 | 11 | 117 |
Binary | 11001111 | 11001111 | 11000101 | 0 | 0 | 101 | 10011 | 111100 | 1001 | 1001111 |
Color Harmonies of #CFCFC5
Complementary color
Monochromatic Colors of #CFCFC5
Black with #CFCFC5
Text Example
Text Example
White with #CFCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC5; }
p { color: rgb(207,207,197); }
H1.HeaderClassName
{
color: #CFCFC5;
}
.AnyTagClassName
{
color: #CFCFC5;
}
</style>
background-color css
<style>
a { background-color: #CFCFC5; }
a { background-color: rgb(207,207,197); }
div.DivClassName
{
background-color: #CFCFC5;
}
.BgClassName
{
background-color: #CFCFC5;
}
</style>
border-color css
<style>
span { border-color: #CFCFC5; }
span { border-color: rgb(207,207,197); }
td.TdClassName
{
border-color: #CFCFC5;
}
.TagClassName
{
border-color: #CFCFC5;
}
</style>