Shades of Celeste #CECFC5
Tints of Celeste #CECFC5
RGB
CMYK
RGB Variations
Color information
#CECFC5 (or 0xCECFC5) is known color: Celeste. HEX triplet: CE, CF and C5. RGB value is (206,207,197). Sum of RGB (Red+Green+Blue) = 206+207+197=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC5 is #31303A. Grayscale: #CDCDCD. Windows color (decimal): -3223611 or 12963790. OLE color: 12963790.
HSL color Cylindrical-coordinate representation of color #CECFC5: hue angle of 66º degrees, saturation: 0.09, 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 #CECFC5 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 197 | - |
CMYK | 0.00 | 0 | 0.05 | 0.19 |
HSL | 66º | 0.09% | 0.79% | - |
HSV(B) | 66º | 0.05% | 0.81% | - |
XYZ | 57.84 | 61.78 | 61.7 | - |
YUV | 205.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 197 | 0.00 | 0 | 0.05 | 0.19 | 66 | 0.09 | 0.79 |
Hex | CE | CF | C5 | 0 | 0 | 5 | 13 | 42 | 9 | 4F |
Octal | 316 | 317 | 305 | 0 | 0 | 5 | 23 | 102 | 11 | 117 |
Binary | 11001110 | 11001111 | 11000101 | 0 | 0 | 101 | 10011 | 1000010 | 1001 | 1001111 |
Color Harmonies of #CECFC5
Complementary color
Monochromatic Colors of #CECFC5
Black with #CECFC5
Text Example
Text Example
White with #CECFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC5; }
p { color: rgb(206,207,197); }
H1.HeaderClassName
{
color: #CECFC5;
}
.AnyTagClassName
{
color: #CECFC5;
}
</style>
background-color css
<style>
a { background-color: #CECFC5; }
a { background-color: rgb(206,207,197); }
div.DivClassName
{
background-color: #CECFC5;
}
.BgClassName
{
background-color: #CECFC5;
}
</style>
border-color css
<style>
span { border-color: #CECFC5; }
span { border-color: rgb(206,207,197); }
td.TdClassName
{
border-color: #CECFC5;
}
.TagClassName
{
border-color: #CECFC5;
}
</style>