Shades of Grey Nurse #CFD1CC
Tints of Grey Nurse #CFD1CC
RGB
CMYK
RGB Variations
Color information
#CFD1CC (or 0xCFD1CC) is known color: Grey Nurse. HEX triplet: CF, D1 and CC. RGB value is (207,209,204). Sum of RGB (Red+Green+Blue) = 207+209+204=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1CC is #302E33. Grayscale: #CFCFCF. Windows color (decimal): -3157556 or 13423055. OLE color: 13423055.
HSL color Cylindrical-coordinate representation of color #CFD1CC: hue angle of 84º 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 #CFD1CC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 209 | 204 | - |
CMYK | 0.01 | 0 | 0.02 | 0.18 |
HSL | 84º | 0.05% | 0.81% | - |
HSV(B) | 84º | 0.02% | 0.82% | - |
XYZ | 59.43 | 63.23 | 66.2 | - |
YUV | 207.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 209 | 204 | 0.01 | 0 | 0.02 | 0.18 | 84 | 0.05 | 0.81 |
Hex | CF | D1 | CC | 1 | 0 | 2 | 12 | 54 | 5 | 51 |
Octal | 317 | 321 | 314 | 1 | 0 | 2 | 22 | 124 | 5 | 121 |
Binary | 11001111 | 11010001 | 11001100 | 1 | 0 | 10 | 10010 | 1010100 | 101 | 1010001 |
Color Harmonies of #CFD1CC
Complementary color
Monochromatic Colors of #CFD1CC
Black with #CFD1CC
Text Example
Text Example
White with #CFD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1CC; }
p { color: rgb(207,209,204); }
H1.HeaderClassName
{
color: #CFD1CC;
}
.AnyTagClassName
{
color: #CFD1CC;
}
</style>
background-color css
<style>
a { background-color: #CFD1CC; }
a { background-color: rgb(207,209,204); }
div.DivClassName
{
background-color: #CFD1CC;
}
.BgClassName
{
background-color: #CFD1CC;
}
</style>
border-color css
<style>
span { border-color: #CFD1CC; }
span { border-color: rgb(207,209,204); }
td.TdClassName
{
border-color: #CFD1CC;
}
.TagClassName
{
border-color: #CFD1CC;
}
</style>