Shades of Grey Nurse #CED5C2
Tints of Grey Nurse #CED5C2
RGB
CMYK
RGB Variations
Color information
#CED5C2 (or 0xCED5C2) is known color: Grey Nurse. HEX triplet: CE, D5 and C2. RGB value is (206,213,194). Sum of RGB (Red+Green+Blue) = 206+213+194=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5C2 is #312A3D. Grayscale: #D0D0D0. Windows color (decimal): -3222078 or 12768718. OLE color: 12768718.
HSL color Cylindrical-coordinate representation of color #CED5C2: hue angle of 82.11º degrees, saturation: 0.18, 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 #CED5C2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 213 | 194 | - |
CMYK | 0.03 | 0 | 0.09 | 0.16 |
HSL | 82.11º | 0.18% | 0.8% | - |
HSV(B) | 82.11º | 0.09% | 0.84% | - |
XYZ | 58.99 | 64.61 | 60.4 | - |
YUV | 208.74 | 119.68 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 194 | 0.03 | 0 | 0.09 | 0.16 | 82.11 | 0.18 | 0.8 |
Hex | CE | D5 | C2 | 3 | 0 | 9 | 10 | 52 | 12 | 50 |
Octal | 316 | 325 | 302 | 3 | 0 | 11 | 20 | 122 | 22 | 120 |
Binary | 11001110 | 11010101 | 11000010 | 11 | 0 | 1001 | 10000 | 1010010 | 10010 | 1010000 |
Color Harmonies of #CED5C2
Complementary color
Monochromatic Colors of #CED5C2
Black with #CED5C2
Text Example
Text Example
White with #CED5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5C2; }
p { color: rgb(206,213,194); }
H1.HeaderClassName
{
color: #CED5C2;
}
.AnyTagClassName
{
color: #CED5C2;
}
</style>
background-color css
<style>
a { background-color: #CED5C2; }
a { background-color: rgb(206,213,194); }
div.DivClassName
{
background-color: #CED5C2;
}
.BgClassName
{
background-color: #CED5C2;
}
</style>
border-color css
<style>
span { border-color: #CED5C2; }
span { border-color: rgb(206,213,194); }
td.TdClassName
{
border-color: #CED5C2;
}
.TagClassName
{
border-color: #CED5C2;
}
</style>