Shades of Grey Nurse #CFD6C1
Tints of Grey Nurse #CFD6C1
RGB
CMYK
RGB Variations
Color information
#CFD6C1 (or 0xCFD6C1) is known color: Grey Nurse. HEX triplet: CF, D6 and C1. RGB value is (207,214,193). Sum of RGB (Red+Green+Blue) = 207+214+193=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6C1 is #30293E. Grayscale: #D1D1D1. Windows color (decimal): -3156287 or 12703439. OLE color: 12703439.
HSL color Cylindrical-coordinate representation of color #CFD6C1: hue angle of 80º 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 #CFD6C1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 193 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.16 |
| HSL | 80º | 0.2% | 0.8% | - |
| HSV(B) | 80º | 0.1% | 0.84% | - |
| XYZ | 59.4 | 65.21 | 59.91 | - |
| YUV | 209.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 193 | 0.03 | 0 | 0.10 | 0.16 | 80 | 0.2 | 0.8 |
| Hex | CF | D6 | C1 | 3 | 0 | A | 10 | 50 | 14 | 50 |
| Octal | 317 | 326 | 301 | 3 | 0 | 12 | 20 | 120 | 24 | 120 |
| Binary | 11001111 | 11010110 | 11000001 | 11 | 0 | 1010 | 10000 | 1010000 | 10100 | 1010000 |
Color Harmonies of #CFD6C1
Complementary color
Monochromatic Colors of #CFD6C1
Black with #CFD6C1
Text Example
Text Example
White with #CFD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6C1; }
p { color: rgb(207,214,193); }
H1.HeaderClassName
{
color: #CFD6C1;
}
.AnyTagClassName
{
color: #CFD6C1;
}
</style>
background-color css
<style>
a { background-color: #CFD6C1; }
a { background-color: rgb(207,214,193); }
div.DivClassName
{
background-color: #CFD6C1;
}
.BgClassName
{
background-color: #CFD6C1;
}
</style>
border-color css
<style>
span { border-color: #CFD6C1; }
span { border-color: rgb(207,214,193); }
td.TdClassName
{
border-color: #CFD6C1;
}
.TagClassName
{
border-color: #CFD6C1;
}
</style>