Shades of Grey Nurse #CED6C1
Tints of Grey Nurse #CED6C1
RGB
CMYK
RGB Variations
Color information
#CED6C1 (or 0xCED6C1) is known color: Grey Nurse. HEX triplet: CE, D6 and C1. RGB value is (206,214,193). Sum of RGB (Red+Green+Blue) = 206+214+193=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6C1 is #31293E. Grayscale: #D1D1D1. Windows color (decimal): -3221823 or 12703438. OLE color: 12703438.
HSL color Cylindrical-coordinate representation of color #CED6C1: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED6C1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 193 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.16 |
| HSL | 82.86º | 0.2% | 0.8% | - |
| HSV(B) | 82.86º | 0.1% | 0.84% | - |
| XYZ | 59.13 | 65.07 | 59.89 | - |
| YUV | 209.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 193 | 0.04 | 0 | 0.10 | 0.16 | 82.86 | 0.2 | 0.8 |
| Hex | CE | D6 | C1 | 4 | 0 | A | 10 | 53 | 14 | 50 |
| Octal | 316 | 326 | 301 | 4 | 0 | 12 | 20 | 123 | 24 | 120 |
| Binary | 11001110 | 11010110 | 11000001 | 100 | 0 | 1010 | 10000 | 1010011 | 10100 | 1010000 |
Color Harmonies of #CED6C1
Complementary color
Monochromatic Colors of #CED6C1
Black with #CED6C1
Text Example
Text Example
White with #CED6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6C1; }
p { color: rgb(206,214,193); }
H1.HeaderClassName
{
color: #CED6C1;
}
.AnyTagClassName
{
color: #CED6C1;
}
</style>
background-color css
<style>
a { background-color: #CED6C1; }
a { background-color: rgb(206,214,193); }
div.DivClassName
{
background-color: #CED6C1;
}
.BgClassName
{
background-color: #CED6C1;
}
</style>
border-color css
<style>
span { border-color: #CED6C1; }
span { border-color: rgb(206,214,193); }
td.TdClassName
{
border-color: #CED6C1;
}
.TagClassName
{
border-color: #CED6C1;
}
</style>