Shades of Grey Nurse #CFD9BE
Tints of Grey Nurse #CFD9BE
RGB
CMYK
RGB Variations
Color information
#CFD9BE (or 0xCFD9BE) is known color: Grey Nurse. HEX triplet: CF, D9 and BE. RGB value is (207,217,190). Sum of RGB (Red+Green+Blue) = 207+217+190=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9BE is #302641. Grayscale: #D3D3D3. Windows color (decimal): -3155522 or 12507599. OLE color: 12507599.
HSL color Cylindrical-coordinate representation of color #CFD9BE: hue angle of 82.22º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD9BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 217 | 190 | - |
CMYK | 0.05 | 0 | 0.12 | 0.15 |
HSL | 82.22º | 0.26% | 0.8% | - |
HSV(B) | 82.22º | 0.12% | 0.85% | - |
XYZ | 59.84 | 66.61 | 58.42 | - |
YUV | 210.93 | 116.19 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 190 | 0.05 | 0 | 0.12 | 0.15 | 82.22 | 0.26 | 0.8 |
Hex | CF | D9 | BE | 5 | 0 | C | F | 52 | 1A | 50 |
Octal | 317 | 331 | 276 | 5 | 0 | 14 | 17 | 122 | 32 | 120 |
Binary | 11001111 | 11011001 | 10111110 | 101 | 0 | 1100 | 1111 | 1010010 | 11010 | 1010000 |
Color Harmonies of #CFD9BE
Complementary color
Monochromatic Colors of #CFD9BE
Black with #CFD9BE
Text Example
Text Example
White with #CFD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9BE; }
p { color: rgb(207,217,190); }
H1.HeaderClassName
{
color: #CFD9BE;
}
.AnyTagClassName
{
color: #CFD9BE;
}
</style>
background-color css
<style>
a { background-color: #CFD9BE; }
a { background-color: rgb(207,217,190); }
div.DivClassName
{
background-color: #CFD9BE;
}
.BgClassName
{
background-color: #CFD9BE;
}
</style>
border-color css
<style>
span { border-color: #CFD9BE; }
span { border-color: rgb(207,217,190); }
td.TdClassName
{
border-color: #CFD9BE;
}
.TagClassName
{
border-color: #CFD9BE;
}
</style>