Shades of Grey Nurse #CED5C1
Tints of Grey Nurse #CED5C1
RGB
CMYK
RGB Variations
Color information
#CED5C1 (or 0xCED5C1) is known color: Grey Nurse. HEX triplet: CE, D5 and C1. RGB value is (206,213,193). Sum of RGB (Red+Green+Blue) = 206+213+193=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5C1 is #312A3E. Grayscale: #D0D0D0. Windows color (decimal): -3222079 or 12703182. OLE color: 12703182.
HSL color Cylindrical-coordinate representation of color #CED5C1: hue angle of 81º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED5C1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 193 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.16 |
| HSL | 81º | 0.19% | 0.8% | - |
| HSV(B) | 81º | 0.09% | 0.84% | - |
| XYZ | 58.87 | 64.56 | 59.81 | - |
| YUV | 208.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 193 | 0.03 | 0 | 0.09 | 0.16 | 81 | 0.19 | 0.8 |
| Hex | CE | D5 | C1 | 3 | 0 | 9 | 10 | 51 | 13 | 50 |
| Octal | 316 | 325 | 301 | 3 | 0 | 11 | 20 | 121 | 23 | 120 |
| Binary | 11001110 | 11010101 | 11000001 | 11 | 0 | 1001 | 10000 | 1010001 | 10011 | 1010000 |
Color Harmonies of #CED5C1
Complementary color
Monochromatic Colors of #CED5C1
Black with #CED5C1
Text Example
Text Example
White with #CED5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5C1; }
p { color: rgb(206,213,193); }
H1.HeaderClassName
{
color: #CED5C1;
}
.AnyTagClassName
{
color: #CED5C1;
}
</style>
background-color css
<style>
a { background-color: #CED5C1; }
a { background-color: rgb(206,213,193); }
div.DivClassName
{
background-color: #CED5C1;
}
.BgClassName
{
background-color: #CED5C1;
}
</style>
border-color css
<style>
span { border-color: #CED5C1; }
span { border-color: rgb(206,213,193); }
td.TdClassName
{
border-color: #CED5C1;
}
.TagClassName
{
border-color: #CED5C1;
}
</style>