Shades of Grey Nurse #CCCFC8
Tints of Grey Nurse #CCCFC8
RGB
CMYK
RGB Variations
Color information
#CCCFC8 (or 0xCCCFC8) is known color: Grey Nurse. HEX triplet: CC, CF and C8. RGB value is (204,207,200). Sum of RGB (Red+Green+Blue) = 204+207+200=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC8 is #333037. Grayscale: #CDCDCD. Windows color (decimal): -3354680 or 13160396. OLE color: 13160396.
HSL color Cylindrical-coordinate representation of color #CCCFC8: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCFC8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 200 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.19 |
| HSL | 85.71º | 0.07% | 0.8% | - |
| HSV(B) | 85.71º | 0.03% | 0.81% | - |
| XYZ | 57.64 | 61.63 | 63.5 | - |
| YUV | 205.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 200 | 0.01 | 0 | 0.03 | 0.19 | 85.71 | 0.07 | 0.8 |
| Hex | CC | CF | C8 | 1 | 0 | 3 | 13 | 56 | 7 | 50 |
| Octal | 314 | 317 | 310 | 1 | 0 | 3 | 23 | 126 | 7 | 120 |
| Binary | 11001100 | 11001111 | 11001000 | 1 | 0 | 11 | 10011 | 1010110 | 111 | 1010000 |
Color Harmonies of #CCCFC8
Complementary color
Monochromatic Colors of #CCCFC8
Black with #CCCFC8
Text Example
Text Example
White with #CCCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC8; }
p { color: rgb(204,207,200); }
H1.HeaderClassName
{
color: #CCCFC8;
}
.AnyTagClassName
{
color: #CCCFC8;
}
</style>
background-color css
<style>
a { background-color: #CCCFC8; }
a { background-color: rgb(204,207,200); }
div.DivClassName
{
background-color: #CCCFC8;
}
.BgClassName
{
background-color: #CCCFC8;
}
</style>
border-color css
<style>
span { border-color: #CCCFC8; }
span { border-color: rgb(204,207,200); }
td.TdClassName
{
border-color: #CCCFC8;
}
.TagClassName
{
border-color: #CCCFC8;
}
</style>