Shades of Celeste #CFCEC1
Tints of Celeste #CFCEC1
RGB
CMYK
RGB Variations
Color information
#CFCEC1 (or 0xCFCEC1) is known color: Celeste. HEX triplet: CF, CE and C1. RGB value is (207,206,193). Sum of RGB (Red+Green+Blue) = 207+206+193=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC1 is #30313E. Grayscale: #CCCCCC. Windows color (decimal): -3158335 or 12701391. OLE color: 12701391.
HSL color Cylindrical-coordinate representation of color #CFCEC1: hue angle of 55.71º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCEC1 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 193 | - |
CMYK | 0 | 0.00 | 0.07 | 0.19 |
HSL | 55.71º | 0.13% | 0.78% | - |
HSV(B) | 55.71º | 0.07% | 0.81% | - |
XYZ | 57.43 | 61.26 | 59.25 | - |
YUV | 204.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 193 | 0 | 0.00 | 0.07 | 0.19 | 55.71 | 0.13 | 0.78 |
Hex | CF | CE | C1 | 0 | 0 | 7 | 13 | 38 | D | 4E |
Octal | 317 | 316 | 301 | 0 | 0 | 7 | 23 | 70 | 15 | 116 |
Binary | 11001111 | 11001110 | 11000001 | 0 | 0 | 111 | 10011 | 111000 | 1101 | 1001110 |
Color Harmonies of #CFCEC1
Complementary color
Monochromatic Colors of #CFCEC1
Black with #CFCEC1
Text Example
Text Example
White with #CFCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC1; }
p { color: rgb(207,206,193); }
H1.HeaderClassName
{
color: #CFCEC1;
}
.AnyTagClassName
{
color: #CFCEC1;
}
</style>
background-color css
<style>
a { background-color: #CFCEC1; }
a { background-color: rgb(207,206,193); }
div.DivClassName
{
background-color: #CFCEC1;
}
.BgClassName
{
background-color: #CFCEC1;
}
</style>
border-color css
<style>
span { border-color: #CFCEC1; }
span { border-color: rgb(207,206,193); }
td.TdClassName
{
border-color: #CFCEC1;
}
.TagClassName
{
border-color: #CFCEC1;
}
</style>