Shades of Celeste #CECFC3
Tints of Celeste #CECFC3
RGB
CMYK
RGB Variations
Color information
#CECFC3 (or 0xCECFC3) is known color: Celeste. HEX triplet: CE, CF and C3. RGB value is (206,207,195). Sum of RGB (Red+Green+Blue) = 206+207+195=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC3 is #31303C. Grayscale: #CDCDCD. Windows color (decimal): -3223613 or 12832718. OLE color: 12832718.
HSL color Cylindrical-coordinate representation of color #CECFC3: hue angle of 65º degrees, saturation: 0.11, 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 #CECFC3 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 195 | - |
CMYK | 0.00 | 0 | 0.06 | 0.19 |
HSL | 65º | 0.11% | 0.79% | - |
HSV(B) | 65º | 0.06% | 0.81% | - |
XYZ | 57.62 | 61.69 | 60.5 | - |
YUV | 205.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 195 | 0.00 | 0 | 0.06 | 0.19 | 65 | 0.11 | 0.79 |
Hex | CE | CF | C3 | 0 | 0 | 6 | 13 | 41 | B | 4F |
Octal | 316 | 317 | 303 | 0 | 0 | 6 | 23 | 101 | 13 | 117 |
Binary | 11001110 | 11001111 | 11000011 | 0 | 0 | 110 | 10011 | 1000001 | 1011 | 1001111 |
Color Harmonies of #CECFC3
Complementary color
Monochromatic Colors of #CECFC3
Black with #CECFC3
Text Example
Text Example
White with #CECFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC3; }
p { color: rgb(206,207,195); }
H1.HeaderClassName
{
color: #CECFC3;
}
.AnyTagClassName
{
color: #CECFC3;
}
</style>
background-color css
<style>
a { background-color: #CECFC3; }
a { background-color: rgb(206,207,195); }
div.DivClassName
{
background-color: #CECFC3;
}
.BgClassName
{
background-color: #CECFC3;
}
</style>
border-color css
<style>
span { border-color: #CECFC3; }
span { border-color: rgb(206,207,195); }
td.TdClassName
{
border-color: #CECFC3;
}
.TagClassName
{
border-color: #CECFC3;
}
</style>