Shades of Grey Nurse #CED1C7
Tints of Grey Nurse #CED1C7
RGB
CMYK
RGB Variations
Color information
#CED1C7 (or 0xCED1C7) is known color: Grey Nurse. HEX triplet: CE, D1 and C7. RGB value is (206,209,199). Sum of RGB (Red+Green+Blue) = 206+209+199=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1C7 is #312E38. Grayscale: #CFCFCF. Windows color (decimal): -3223097 or 13095374. OLE color: 13095374.
HSL color Cylindrical-coordinate representation of color #CED1C7: hue angle of 78º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED1C7 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 199 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.18 |
| HSL | 78º | 0.1% | 0.8% | - |
| HSV(B) | 78º | 0.05% | 0.82% | - |
| XYZ | 58.56 | 62.85 | 63.08 | - |
| YUV | 206.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 199 | 0.01 | 0 | 0.05 | 0.18 | 78 | 0.1 | 0.8 |
| Hex | CE | D1 | C7 | 1 | 0 | 5 | 12 | 4E | A | 50 |
| Octal | 316 | 321 | 307 | 1 | 0 | 5 | 22 | 116 | 12 | 120 |
| Binary | 11001110 | 11010001 | 11000111 | 1 | 0 | 101 | 10010 | 1001110 | 1010 | 1010000 |
Color Harmonies of #CED1C7
Complementary color
Monochromatic Colors of #CED1C7
Black with #CED1C7
Text Example
Text Example
White with #CED1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1C7; }
p { color: rgb(206,209,199); }
H1.HeaderClassName
{
color: #CED1C7;
}
.AnyTagClassName
{
color: #CED1C7;
}
</style>
background-color css
<style>
a { background-color: #CED1C7; }
a { background-color: rgb(206,209,199); }
div.DivClassName
{
background-color: #CED1C7;
}
.BgClassName
{
background-color: #CED1C7;
}
</style>
border-color css
<style>
span { border-color: #CED1C7; }
span { border-color: rgb(206,209,199); }
td.TdClassName
{
border-color: #CED1C7;
}
.TagClassName
{
border-color: #CED1C7;
}
</style>