Shades of Grey Nurse #CECFCA
Tints of Grey Nurse #CECFCA
RGB
CMYK
RGB Variations
Color information
#CECFCA (or 0xCECFCA) is known color: Grey Nurse. HEX triplet: CE, CF and CA. RGB value is (206,207,202). Sum of RGB (Red+Green+Blue) = 206+207+202=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFCA is #313035. Grayscale: #CECECE. Windows color (decimal): -3223606 or 13291470. OLE color: 13291470.
HSL color Cylindrical-coordinate representation of color #CECFCA: hue angle of 72º 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 #CECFCA is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 202 | - |
CMYK | 0.00 | 0 | 0.02 | 0.19 |
HSL | 72º | 0.05% | 0.8% | - |
HSV(B) | 72º | 0.02% | 0.81% | - |
XYZ | 58.43 | 62.01 | 64.77 | - |
YUV | 206.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 202 | 0.00 | 0 | 0.02 | 0.19 | 72 | 0.05 | 0.8 |
Hex | CE | CF | CA | 0 | 0 | 2 | 13 | 48 | 5 | 50 |
Octal | 316 | 317 | 312 | 0 | 0 | 2 | 23 | 110 | 5 | 120 |
Binary | 11001110 | 11001111 | 11001010 | 0 | 0 | 10 | 10011 | 1001000 | 101 | 1010000 |
Color Harmonies of #CECFCA
Complementary color
Monochromatic Colors of #CECFCA
Black with #CECFCA
Text Example
Text Example
White with #CECFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFCA; }
p { color: rgb(206,207,202); }
H1.HeaderClassName
{
color: #CECFCA;
}
.AnyTagClassName
{
color: #CECFCA;
}
</style>
background-color css
<style>
a { background-color: #CECFCA; }
a { background-color: rgb(206,207,202); }
div.DivClassName
{
background-color: #CECFCA;
}
.BgClassName
{
background-color: #CECFCA;
}
</style>
border-color css
<style>
span { border-color: #CECFCA; }
span { border-color: rgb(206,207,202); }
td.TdClassName
{
border-color: #CECFCA;
}
.TagClassName
{
border-color: #CECFCA;
}
</style>