Shades of Grey Nurse #CCCEC9
Tints of Grey Nurse #CCCEC9
RGB
CMYK
RGB Variations
Color information
#CCCEC9 (or 0xCCCEC9) is known color: Grey Nurse. HEX triplet: CC, CE and C9. RGB value is (204,206,201). Sum of RGB (Red+Green+Blue) = 204+206+201=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEC9 is #333136. Grayscale: #CCCCCC. Windows color (decimal): -3354935 or 13225676. OLE color: 13225676.
HSL color Cylindrical-coordinate representation of color #CCCEC9: hue angle of 84º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCEC9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 201 | - |
CMYK | 0.01 | 0 | 0.02 | 0.19 |
HSL | 84º | 0.05% | 0.8% | - |
HSV(B) | 84º | 0.02% | 0.81% | - |
XYZ | 57.52 | 61.2 | 64.04 | - |
YUV | 204.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 201 | 0.01 | 0 | 0.02 | 0.19 | 84 | 0.05 | 0.8 |
Hex | CC | CE | C9 | 1 | 0 | 2 | 13 | 54 | 5 | 50 |
Octal | 314 | 316 | 311 | 1 | 0 | 2 | 23 | 124 | 5 | 120 |
Binary | 11001100 | 11001110 | 11001001 | 1 | 0 | 10 | 10011 | 1010100 | 101 | 1010000 |
Color Harmonies of #CCCEC9
Complementary color
Monochromatic Colors of #CCCEC9
Black with #CCCEC9
Text Example
Text Example
White with #CCCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEC9; }
p { color: rgb(204,206,201); }
H1.HeaderClassName
{
color: #CCCEC9;
}
.AnyTagClassName
{
color: #CCCEC9;
}
</style>
background-color css
<style>
a { background-color: #CCCEC9; }
a { background-color: rgb(204,206,201); }
div.DivClassName
{
background-color: #CCCEC9;
}
.BgClassName
{
background-color: #CCCEC9;
}
</style>
border-color css
<style>
span { border-color: #CCCEC9; }
span { border-color: rgb(204,206,201); }
td.TdClassName
{
border-color: #CCCEC9;
}
.TagClassName
{
border-color: #CCCEC9;
}
</style>