Shades of Celeste #CECEC1
Tints of Celeste #CECEC1
RGB
CMYK
RGB Variations
Color information
#CECEC1 (or 0xCECEC1) is known color: Celeste. HEX triplet: CE, CE and C1. RGB value is (206,206,193). Sum of RGB (Red+Green+Blue) = 206+206+193=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC1 is #31313E. Grayscale: #CCCCCC. Windows color (decimal): -3223871 or 12701390. OLE color: 12701390.
HSL color Cylindrical-coordinate representation of color #CECEC1: hue angle of 60º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECEC1 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 193 | - |
CMYK | 0 | 0 | 0.06 | 0.19 |
HSL | 60º | 0.12% | 0.78% | - |
HSV(B) | 60º | 0.06% | 0.81% | - |
XYZ | 57.15 | 61.11 | 59.24 | - |
YUV | 204.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 193 | 0 | 0 | 0.06 | 0.19 | 60 | 0.12 | 0.78 |
Hex | CE | CE | C1 | 0 | 0 | 6 | 13 | 3C | C | 4E |
Octal | 316 | 316 | 301 | 0 | 0 | 6 | 23 | 74 | 14 | 116 |
Binary | 11001110 | 11001110 | 11000001 | 0 | 0 | 110 | 10011 | 111100 | 1100 | 1001110 |
Color Harmonies of #CECEC1
Complementary color
Monochromatic Colors of #CECEC1
Black with #CECEC1
Text Example
Text Example
White with #CECEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC1; }
p { color: rgb(206,206,193); }
H1.HeaderClassName
{
color: #CECEC1;
}
.AnyTagClassName
{
color: #CECEC1;
}
</style>
background-color css
<style>
a { background-color: #CECEC1; }
a { background-color: rgb(206,206,193); }
div.DivClassName
{
background-color: #CECEC1;
}
.BgClassName
{
background-color: #CECEC1;
}
</style>
border-color css
<style>
span { border-color: #CECEC1; }
span { border-color: rgb(206,206,193); }
td.TdClassName
{
border-color: #CECEC1;
}
.TagClassName
{
border-color: #CECEC1;
}
</style>