Shades of Grey Nurse #CFD0CB
Tints of Grey Nurse #CFD0CB
RGB
CMYK
RGB Variations
Color information
#CFD0CB (or 0xCFD0CB) is known color: Grey Nurse. HEX triplet: CF, D0 and CB. RGB value is (207,208,203). Sum of RGB (Red+Green+Blue) = 207+208+203=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0CB is #302F34. Grayscale: #CFCFCF. Windows color (decimal): -3157813 or 13357263. OLE color: 13357263.
HSL color Cylindrical-coordinate representation of color #CFD0CB: hue angle of 72º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFD0CB is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 203 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.18 |
| HSL | 72º | 0.05% | 0.81% | - |
| HSV(B) | 72º | 0.02% | 0.82% | - |
| XYZ | 59.07 | 62.69 | 65.49 | - |
| YUV | 207.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 203 | 0.00 | 0 | 0.02 | 0.18 | 72 | 0.05 | 0.81 |
| Hex | CF | D0 | CB | 0 | 0 | 2 | 12 | 48 | 5 | 51 |
| Octal | 317 | 320 | 313 | 0 | 0 | 2 | 22 | 110 | 5 | 121 |
| Binary | 11001111 | 11010000 | 11001011 | 0 | 0 | 10 | 10010 | 1001000 | 101 | 1010001 |
Color Harmonies of #CFD0CB
Complementary color
Monochromatic Colors of #CFD0CB
Black with #CFD0CB
Text Example
Text Example
White with #CFD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0CB; }
p { color: rgb(207,208,203); }
H1.HeaderClassName
{
color: #CFD0CB;
}
.AnyTagClassName
{
color: #CFD0CB;
}
</style>
background-color css
<style>
a { background-color: #CFD0CB; }
a { background-color: rgb(207,208,203); }
div.DivClassName
{
background-color: #CFD0CB;
}
.BgClassName
{
background-color: #CFD0CB;
}
</style>
border-color css
<style>
span { border-color: #CFD0CB; }
span { border-color: rgb(207,208,203); }
td.TdClassName
{
border-color: #CFD0CB;
}
.TagClassName
{
border-color: #CFD0CB;
}
</style>