Shades of Celeste #CBCCBE
Tints of Celeste #CBCCBE
RGB
CMYK
RGB Variations
Color information
#CBCCBE (or 0xCBCCBE) is known color: Celeste. HEX triplet: CB, CC and BE. RGB value is (203,204,190). Sum of RGB (Red+Green+Blue) = 203+204+190=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCBE is #343341. Grayscale: #CACACA. Windows color (decimal): -3420994 or 12504267. OLE color: 12504267.
HSL color Cylindrical-coordinate representation of color #CBCCBE: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCCBE is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 190 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.2 |
| HSL | 64.29º | 0.12% | 0.77% | - |
| HSV(B) | 64.29º | 0.07% | 0.8% | - |
| XYZ | 55.52 | 59.6 | 57.29 | - |
| YUV | 202.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 190 | 0.00 | 0 | 0.07 | 0.2 | 64.29 | 0.12 | 0.77 |
| Hex | CB | CC | BE | 0 | 0 | 7 | 14 | 40 | C | 4D |
| Octal | 313 | 314 | 276 | 0 | 0 | 7 | 24 | 100 | 14 | 115 |
| Binary | 11001011 | 11001100 | 10111110 | 0 | 0 | 111 | 10100 | 1000000 | 1100 | 1001101 |
Color Harmonies of #CBCCBE
Complementary color
Monochromatic Colors of #CBCCBE
Black with #CBCCBE
Text Example
Text Example
White with #CBCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCBE; }
p { color: rgb(203,204,190); }
H1.HeaderClassName
{
color: #CBCCBE;
}
.AnyTagClassName
{
color: #CBCCBE;
}
</style>
background-color css
<style>
a { background-color: #CBCCBE; }
a { background-color: rgb(203,204,190); }
div.DivClassName
{
background-color: #CBCCBE;
}
.BgClassName
{
background-color: #CBCCBE;
}
</style>
border-color css
<style>
span { border-color: #CBCCBE; }
span { border-color: rgb(203,204,190); }
td.TdClassName
{
border-color: #CBCCBE;
}
.TagClassName
{
border-color: #CBCCBE;
}
</style>