Shades of Celeste #CECFC1
Tints of Celeste #CECFC1
RGB
CMYK
RGB Variations
Color information
#CECFC1 (or 0xCECFC1) is known color: Celeste. HEX triplet: CE, CF and C1. RGB value is (206,207,193). Sum of RGB (Red+Green+Blue) = 206+207+193=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC1 is #31303E. Grayscale: #CDCDCD. Windows color (decimal): -3223615 or 12701646. OLE color: 12701646.
HSL color Cylindrical-coordinate representation of color #CECFC1: hue angle of 64.29º 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 #CECFC1 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 193 | - |
CMYK | 0.00 | 0 | 0.07 | 0.19 |
HSL | 64.29º | 0.13% | 0.78% | - |
HSV(B) | 64.29º | 0.07% | 0.81% | - |
XYZ | 57.39 | 61.6 | 59.32 | - |
YUV | 205.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 193 | 0.00 | 0 | 0.07 | 0.19 | 64.29 | 0.13 | 0.78 |
Hex | CE | CF | C1 | 0 | 0 | 7 | 13 | 40 | D | 4E |
Octal | 316 | 317 | 301 | 0 | 0 | 7 | 23 | 100 | 15 | 116 |
Binary | 11001110 | 11001111 | 11000001 | 0 | 0 | 111 | 10011 | 1000000 | 1101 | 1001110 |
Color Harmonies of #CECFC1
Complementary color
Monochromatic Colors of #CECFC1
Black with #CECFC1
Text Example
Text Example
White with #CECFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC1; }
p { color: rgb(206,207,193); }
H1.HeaderClassName
{
color: #CECFC1;
}
.AnyTagClassName
{
color: #CECFC1;
}
</style>
background-color css
<style>
a { background-color: #CECFC1; }
a { background-color: rgb(206,207,193); }
div.DivClassName
{
background-color: #CECFC1;
}
.BgClassName
{
background-color: #CECFC1;
}
</style>
border-color css
<style>
span { border-color: #CECFC1; }
span { border-color: rgb(206,207,193); }
td.TdClassName
{
border-color: #CECFC1;
}
.TagClassName
{
border-color: #CECFC1;
}
</style>