Shades of Grey Nurse #CED2C5
Tints of Grey Nurse #CED2C5
RGB
CMYK
RGB Variations
Color information
#CED2C5 (or 0xCED2C5) is known color: Grey Nurse. HEX triplet: CE, D2 and C5. RGB value is (206,210,197). Sum of RGB (Red+Green+Blue) = 206+210+197=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2C5 is #312D3A. Grayscale: #CFCFCF. Windows color (decimal): -3222843 or 12964558. OLE color: 12964558.
HSL color Cylindrical-coordinate representation of color #CED2C5: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED2C5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 197 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.18 |
| HSL | 78.46º | 0.13% | 0.8% | - |
| HSV(B) | 78.46º | 0.06% | 0.82% | - |
| XYZ | 58.58 | 63.25 | 61.94 | - |
| YUV | 207.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 197 | 0.02 | 0 | 0.06 | 0.18 | 78.46 | 0.13 | 0.8 |
| Hex | CE | D2 | C5 | 2 | 0 | 6 | 12 | 4E | D | 50 |
| Octal | 316 | 322 | 305 | 2 | 0 | 6 | 22 | 116 | 15 | 120 |
| Binary | 11001110 | 11010010 | 11000101 | 10 | 0 | 110 | 10010 | 1001110 | 1101 | 1010000 |
Color Harmonies of #CED2C5
Complementary color
Monochromatic Colors of #CED2C5
Black with #CED2C5
Text Example
Text Example
White with #CED2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2C5; }
p { color: rgb(206,210,197); }
H1.HeaderClassName
{
color: #CED2C5;
}
.AnyTagClassName
{
color: #CED2C5;
}
</style>
background-color css
<style>
a { background-color: #CED2C5; }
a { background-color: rgb(206,210,197); }
div.DivClassName
{
background-color: #CED2C5;
}
.BgClassName
{
background-color: #CED2C5;
}
</style>
border-color css
<style>
span { border-color: #CED2C5; }
span { border-color: rgb(206,210,197); }
td.TdClassName
{
border-color: #CED2C5;
}
.TagClassName
{
border-color: #CED2C5;
}
</style>