Shades of Celeste #CECFC0
Tints of Celeste #CECFC0
RGB
CMYK
RGB Variations
Color information
#CECFC0 (or 0xCECFC0) is known color: Celeste. HEX triplet: CE, CF and C0. RGB value is (206,207,192). Sum of RGB (Red+Green+Blue) = 206+207+192=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC0 is #31303F. Grayscale: #CDCDCD. Windows color (decimal): -3223616 or 12636110. OLE color: 12636110.
HSL color Cylindrical-coordinate representation of color #CECFC0: hue angle of 64º degrees, saturation: 0.14, 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 #CECFC0 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 192 | - |
CMYK | 0.00 | 0 | 0.07 | 0.19 |
HSL | 64º | 0.14% | 0.78% | - |
HSV(B) | 64º | 0.07% | 0.81% | - |
XYZ | 57.28 | 61.55 | 58.73 | - |
YUV | 204.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 192 | 0.00 | 0 | 0.07 | 0.19 | 64 | 0.14 | 0.78 |
Hex | CE | CF | C0 | 0 | 0 | 7 | 13 | 40 | E | 4E |
Octal | 316 | 317 | 300 | 0 | 0 | 7 | 23 | 100 | 16 | 116 |
Binary | 11001110 | 11001111 | 11000000 | 0 | 0 | 111 | 10011 | 1000000 | 1110 | 1001110 |
Color Harmonies of #CECFC0
Complementary color
Monochromatic Colors of #CECFC0
Black with #CECFC0
Text Example
Text Example
White with #CECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC0; }
p { color: rgb(206,207,192); }
H1.HeaderClassName
{
color: #CECFC0;
}
.AnyTagClassName
{
color: #CECFC0;
}
</style>
background-color css
<style>
a { background-color: #CECFC0; }
a { background-color: rgb(206,207,192); }
div.DivClassName
{
background-color: #CECFC0;
}
.BgClassName
{
background-color: #CECFC0;
}
</style>
border-color css
<style>
span { border-color: #CECFC0; }
span { border-color: rgb(206,207,192); }
td.TdClassName
{
border-color: #CECFC0;
}
.TagClassName
{
border-color: #CECFC0;
}
</style>