Shades of Celeste #CBCCBF
Tints of Celeste #CBCCBF
RGB
CMYK
RGB Variations
Color information
#CBCCBF (or 0xCBCCBF) is known color: Celeste. HEX triplet: CB, CC and BF. RGB value is (203,204,191). Sum of RGB (Red+Green+Blue) = 203+204+191=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCBF is #343340. Grayscale: #CACACA. Windows color (decimal): -3420993 or 12569803. OLE color: 12569803.
HSL color Cylindrical-coordinate representation of color #CBCCBF: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCCBF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 191 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.2 |
| HSL | 64.62º | 0.11% | 0.77% | - |
| HSV(B) | 64.62º | 0.06% | 0.8% | - |
| XYZ | 55.63 | 59.64 | 57.87 | - |
| YUV | 202.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 191 | 0.00 | 0 | 0.06 | 0.2 | 64.62 | 0.11 | 0.77 |
| Hex | CB | CC | BF | 0 | 0 | 6 | 14 | 41 | B | 4D |
| Octal | 313 | 314 | 277 | 0 | 0 | 6 | 24 | 101 | 13 | 115 |
| Binary | 11001011 | 11001100 | 10111111 | 0 | 0 | 110 | 10100 | 1000001 | 1011 | 1001101 |
Color Harmonies of #CBCCBF
Complementary color
Monochromatic Colors of #CBCCBF
Black with #CBCCBF
Text Example
Text Example
White with #CBCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCBF; }
p { color: rgb(203,204,191); }
H1.HeaderClassName
{
color: #CBCCBF;
}
.AnyTagClassName
{
color: #CBCCBF;
}
</style>
background-color css
<style>
a { background-color: #CBCCBF; }
a { background-color: rgb(203,204,191); }
div.DivClassName
{
background-color: #CBCCBF;
}
.BgClassName
{
background-color: #CBCCBF;
}
</style>
border-color css
<style>
span { border-color: #CBCCBF; }
span { border-color: rgb(203,204,191); }
td.TdClassName
{
border-color: #CBCCBF;
}
.TagClassName
{
border-color: #CBCCBF;
}
</style>