Shades of Celeste #CFCEC2
Tints of Celeste #CFCEC2
RGB
CMYK
RGB Variations
Color information
#CFCEC2 (or 0xCFCEC2) is known color: Celeste. HEX triplet: CF, CE and C2. RGB value is (207,206,194). Sum of RGB (Red+Green+Blue) = 207+206+194=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC2 is #30313D. Grayscale: #CCCCCC. Windows color (decimal): -3158334 or 12766927. OLE color: 12766927.
HSL color Cylindrical-coordinate representation of color #CFCEC2: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCEC2 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 194 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.19 |
| HSL | 55.38º | 0.12% | 0.79% | - |
| HSV(B) | 55.38º | 0.06% | 0.81% | - |
| XYZ | 57.54 | 61.3 | 59.84 | - |
| YUV | 204.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 194 | 0 | 0.00 | 0.06 | 0.19 | 55.38 | 0.12 | 0.79 |
| Hex | CF | CE | C2 | 0 | 0 | 6 | 13 | 37 | C | 4F |
| Octal | 317 | 316 | 302 | 0 | 0 | 6 | 23 | 67 | 14 | 117 |
| Binary | 11001111 | 11001110 | 11000010 | 0 | 0 | 110 | 10011 | 110111 | 1100 | 1001111 |
Color Harmonies of #CFCEC2
Complementary color
Monochromatic Colors of #CFCEC2
Black with #CFCEC2
Text Example
Text Example
White with #CFCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC2; }
p { color: rgb(207,206,194); }
H1.HeaderClassName
{
color: #CFCEC2;
}
.AnyTagClassName
{
color: #CFCEC2;
}
</style>
background-color css
<style>
a { background-color: #CFCEC2; }
a { background-color: rgb(207,206,194); }
div.DivClassName
{
background-color: #CFCEC2;
}
.BgClassName
{
background-color: #CFCEC2;
}
</style>
border-color css
<style>
span { border-color: #CFCEC2; }
span { border-color: rgb(207,206,194); }
td.TdClassName
{
border-color: #CFCEC2;
}
.TagClassName
{
border-color: #CFCEC2;
}
</style>