Shades of Celeste #CECECB
Tints of Celeste #CECECB
RGB
CMYK
RGB Variations
Color information
#CECECB (or 0xCECECB) is known color: Celeste. HEX triplet: CE, CE and CB. RGB value is (206,206,203). Sum of RGB (Red+Green+Blue) = 206+206+203=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECECB is #313134. Grayscale: #CDCDCD. Windows color (decimal): -3223861 or 13356750. OLE color: 13356750.
HSL color Cylindrical-coordinate representation of color #CECECB: hue angle of 60º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECECB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 203 | - |
CMYK | 0 | 0 | 0.01 | 0.19 |
HSL | 60º | 0.03% | 0.8% | - |
HSV(B) | 60º | 0.01% | 0.81% | - |
XYZ | 58.3 | 61.58 | 65.31 | - |
YUV | 205.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 203 | 0 | 0 | 0.01 | 0.19 | 60 | 0.03 | 0.8 |
Hex | CE | CE | CB | 0 | 0 | 1 | 13 | 3C | 3 | 50 |
Octal | 316 | 316 | 313 | 0 | 0 | 1 | 23 | 74 | 3 | 120 |
Binary | 11001110 | 11001110 | 11001011 | 0 | 0 | 1 | 10011 | 111100 | 11 | 1010000 |
Color Harmonies of #CECECB
Complementary color
Monochromatic Colors of #CECECB
Black with #CECECB
Text Example
Text Example
White with #CECECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECECB; }
p { color: rgb(206,206,203); }
H1.HeaderClassName
{
color: #CECECB;
}
.AnyTagClassName
{
color: #CECECB;
}
</style>
background-color css
<style>
a { background-color: #CECECB; }
a { background-color: rgb(206,206,203); }
div.DivClassName
{
background-color: #CECECB;
}
.BgClassName
{
background-color: #CECECB;
}
</style>
border-color css
<style>
span { border-color: #CECECB; }
span { border-color: rgb(206,206,203); }
td.TdClassName
{
border-color: #CECECB;
}
.TagClassName
{
border-color: #CECECB;
}
</style>