Shades of Celeste #CFCFC4
Tints of Celeste #CFCFC4
RGB
CMYK
RGB Variations
Color information
#CFCFC4 (or 0xCFCFC4) is known color: Celeste. HEX triplet: CF, CF and C4. RGB value is (207,207,196). Sum of RGB (Red+Green+Blue) = 207+207+196=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC4 is #30303B. Grayscale: #CDCDCD. Windows color (decimal): -3158076 or 12898255. OLE color: 12898255.
HSL color Cylindrical-coordinate representation of color #CFCFC4: hue angle of 60º degrees, saturation: 0.1, 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 #CFCFC4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 196 | - |
| CMYK | 0 | 0 | 0.05 | 0.19 |
| HSL | 60º | 0.1% | 0.79% | - |
| HSV(B) | 60º | 0.05% | 0.81% | - |
| XYZ | 58.01 | 61.88 | 61.11 | - |
| YUV | 205.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 196 | 0 | 0 | 0.05 | 0.19 | 60 | 0.1 | 0.79 |
| Hex | CF | CF | C4 | 0 | 0 | 5 | 13 | 3C | A | 4F |
| Octal | 317 | 317 | 304 | 0 | 0 | 5 | 23 | 74 | 12 | 117 |
| Binary | 11001111 | 11001111 | 11000100 | 0 | 0 | 101 | 10011 | 111100 | 1010 | 1001111 |
Color Harmonies of #CFCFC4
Complementary color
Monochromatic Colors of #CFCFC4
Black with #CFCFC4
Text Example
Text Example
White with #CFCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFC4; }
p { color: rgb(207,207,196); }
H1.HeaderClassName
{
color: #CFCFC4;
}
.AnyTagClassName
{
color: #CFCFC4;
}
</style>
background-color css
<style>
a { background-color: #CFCFC4; }
a { background-color: rgb(207,207,196); }
div.DivClassName
{
background-color: #CFCFC4;
}
.BgClassName
{
background-color: #CFCFC4;
}
</style>
border-color css
<style>
span { border-color: #CFCFC4; }
span { border-color: rgb(207,207,196); }
td.TdClassName
{
border-color: #CFCFC4;
}
.TagClassName
{
border-color: #CFCFC4;
}
</style>