Shades of Grey Nurse #CED6C0
Tints of Grey Nurse #CED6C0
RGB
CMYK
RGB Variations
Color information
#CED6C0 (or 0xCED6C0) is known color: Grey Nurse. HEX triplet: CE, D6 and C0. RGB value is (206,214,192). Sum of RGB (Red+Green+Blue) = 206+214+192=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6C0 is #31293F. Grayscale: #D1D1D1. Windows color (decimal): -3221824 or 12637902. OLE color: 12637902.
HSL color Cylindrical-coordinate representation of color #CED6C0: hue angle of 81.82º degrees, saturation: 0.21, 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 #CED6C0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 214 | 192 | - |
CMYK | 0.04 | 0 | 0.10 | 0.16 |
HSL | 81.82º | 0.21% | 0.8% | - |
HSV(B) | 81.82º | 0.1% | 0.84% | - |
XYZ | 59.01 | 65.02 | 59.31 | - |
YUV | 209.1 | 118.35 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 192 | 0.04 | 0 | 0.10 | 0.16 | 81.82 | 0.21 | 0.8 |
Hex | CE | D6 | C0 | 4 | 0 | A | 10 | 52 | 15 | 50 |
Octal | 316 | 326 | 300 | 4 | 0 | 12 | 20 | 122 | 25 | 120 |
Binary | 11001110 | 11010110 | 11000000 | 100 | 0 | 1010 | 10000 | 1010010 | 10101 | 1010000 |
Color Harmonies of #CED6C0
Complementary color
Monochromatic Colors of #CED6C0
Black with #CED6C0
Text Example
Text Example
White with #CED6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6C0; }
p { color: rgb(206,214,192); }
H1.HeaderClassName
{
color: #CED6C0;
}
.AnyTagClassName
{
color: #CED6C0;
}
</style>
background-color css
<style>
a { background-color: #CED6C0; }
a { background-color: rgb(206,214,192); }
div.DivClassName
{
background-color: #CED6C0;
}
.BgClassName
{
background-color: #CED6C0;
}
</style>
border-color css
<style>
span { border-color: #CED6C0; }
span { border-color: rgb(206,214,192); }
td.TdClassName
{
border-color: #CED6C0;
}
.TagClassName
{
border-color: #CED6C0;
}
</style>