Shades of Grey Nurse #CED5C3
Tints of Grey Nurse #CED5C3
RGB
CMYK
RGB Variations
Color information
#CED5C3 (or 0xCED5C3) is known color: Grey Nurse. HEX triplet: CE, D5 and C3. RGB value is (206,213,195). Sum of RGB (Red+Green+Blue) = 206+213+195=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5C3 is #312A3C. Grayscale: #D0D0D0. Windows color (decimal): -3222077 or 12834254. OLE color: 12834254.
HSL color Cylindrical-coordinate representation of color #CED5C3: hue angle of 83.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED5C3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 195 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.16 |
| HSL | 83.33º | 0.18% | 0.8% | - |
| HSV(B) | 83.33º | 0.08% | 0.84% | - |
| XYZ | 59.1 | 64.65 | 60.99 | - |
| YUV | 208.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 195 | 0.03 | 0 | 0.08 | 0.16 | 83.33 | 0.18 | 0.8 |
| Hex | CE | D5 | C3 | 3 | 0 | 8 | 10 | 53 | 12 | 50 |
| Octal | 316 | 325 | 303 | 3 | 0 | 10 | 20 | 123 | 22 | 120 |
| Binary | 11001110 | 11010101 | 11000011 | 11 | 0 | 1000 | 10000 | 1010011 | 10010 | 1010000 |
Color Harmonies of #CED5C3
Complementary color
Monochromatic Colors of #CED5C3
Black with #CED5C3
Text Example
Text Example
White with #CED5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5C3; }
p { color: rgb(206,213,195); }
H1.HeaderClassName
{
color: #CED5C3;
}
.AnyTagClassName
{
color: #CED5C3;
}
</style>
background-color css
<style>
a { background-color: #CED5C3; }
a { background-color: rgb(206,213,195); }
div.DivClassName
{
background-color: #CED5C3;
}
.BgClassName
{
background-color: #CED5C3;
}
</style>
border-color css
<style>
span { border-color: #CED5C3; }
span { border-color: rgb(206,213,195); }
td.TdClassName
{
border-color: #CED5C3;
}
.TagClassName
{
border-color: #CED5C3;
}
</style>