Shades of Grey Nurse #CBCEC6
Tints of Grey Nurse #CBCEC6
RGB
CMYK
RGB Variations
Color information
#CBCEC6 (or 0xCBCEC6) is known color: Grey Nurse. HEX triplet: CB, CE and C6. RGB value is (203,206,198). Sum of RGB (Red+Green+Blue) = 203+206+198=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEC6 is #343139. Grayscale: #CCCCCC. Windows color (decimal): -3420474 or 13029067. OLE color: 13029067.
HSL color Cylindrical-coordinate representation of color #CBCEC6: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCEC6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 198 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.19 |
| HSL | 82.5º | 0.08% | 0.79% | - |
| HSV(B) | 82.5º | 0.04% | 0.81% | - |
| XYZ | 56.89 | 60.92 | 62.19 | - |
| YUV | 204.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 198 | 0.01 | 0 | 0.04 | 0.19 | 82.5 | 0.08 | 0.79 |
| Hex | CB | CE | C6 | 1 | 0 | 4 | 13 | 52 | 8 | 4F |
| Octal | 313 | 316 | 306 | 1 | 0 | 4 | 23 | 122 | 10 | 117 |
| Binary | 11001011 | 11001110 | 11000110 | 1 | 0 | 100 | 10011 | 1010010 | 1000 | 1001111 |
Color Harmonies of #CBCEC6
Complementary color
Monochromatic Colors of #CBCEC6
Black with #CBCEC6
Text Example
Text Example
White with #CBCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEC6; }
p { color: rgb(203,206,198); }
H1.HeaderClassName
{
color: #CBCEC6;
}
.AnyTagClassName
{
color: #CBCEC6;
}
</style>
background-color css
<style>
a { background-color: #CBCEC6; }
a { background-color: rgb(203,206,198); }
div.DivClassName
{
background-color: #CBCEC6;
}
.BgClassName
{
background-color: #CBCEC6;
}
</style>
border-color css
<style>
span { border-color: #CBCEC6; }
span { border-color: rgb(203,206,198); }
td.TdClassName
{
border-color: #CBCEC6;
}
.TagClassName
{
border-color: #CBCEC6;
}
</style>