Shades of Celeste #CFCFC7
Tints of Celeste #CFCFC7
RGB
CMYK
RGB Variations
Color information
#CFCFC7 (or 0xCFCFC7) is known color: Celeste. HEX triplet: CF, CF and C7. RGB value is (207,207,199). Sum of RGB (Red+Green+Blue) = 207+207+199=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC7 is #303038. Grayscale: #CECECE. Windows color (decimal): -3158073 or 13094863. OLE color: 13094863.
HSL color Cylindrical-coordinate representation of color #CFCFC7: hue angle of 60º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCFC7 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 207 | 199 | - |
CMYK | 0 | 0 | 0.04 | 0.19 |
HSL | 60º | 0.08% | 0.8% | - |
HSV(B) | 60º | 0.04% | 0.81% | - |
XYZ | 58.35 | 62.01 | 62.93 | - |
YUV | 206.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 199 | 0 | 0 | 0.04 | 0.19 | 60 | 0.08 | 0.8 |
Hex | CF | CF | C7 | 0 | 0 | 4 | 13 | 3C | 8 | 50 |
Octal | 317 | 317 | 307 | 0 | 0 | 4 | 23 | 74 | 10 | 120 |
Binary | 11001111 | 11001111 | 11000111 | 0 | 0 | 100 | 10011 | 111100 | 1000 | 1010000 |
Color Harmonies of #CFCFC7
Complementary color
Monochromatic Colors of #CFCFC7
Black with #CFCFC7
Text Example
Text Example
White with #CFCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC7; }
p { color: rgb(207,207,199); }
H1.HeaderClassName
{
color: #CFCFC7;
}
.AnyTagClassName
{
color: #CFCFC7;
}
</style>
background-color css
<style>
a { background-color: #CFCFC7; }
a { background-color: rgb(207,207,199); }
div.DivClassName
{
background-color: #CFCFC7;
}
.BgClassName
{
background-color: #CFCFC7;
}
</style>
border-color css
<style>
span { border-color: #CFCFC7; }
span { border-color: rgb(207,207,199); }
td.TdClassName
{
border-color: #CFCFC7;
}
.TagClassName
{
border-color: #CFCFC7;
}
</style>