Shades of Grey Nurse #CECFCC
Tints of Grey Nurse #CECFCC
RGB
CMYK
RGB Variations
Color information
#CECFCC (or 0xCECFCC) is known color: Grey Nurse. HEX triplet: CE, CF and CC. RGB value is (206,207,204). Sum of RGB (Red+Green+Blue) = 206+207+204=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFCC is #313033. Grayscale: #CECECE. Windows color (decimal): -3223604 or 13422542. OLE color: 13422542.
HSL color Cylindrical-coordinate representation of color #CECFCC: hue angle of 80º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECFCC is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 204 | - |
CMYK | 0.00 | 0 | 0.01 | 0.19 |
HSL | 80º | 0.03% | 0.81% | - |
HSV(B) | 80º | 0.01% | 0.81% | - |
XYZ | 58.67 | 62.11 | 66.02 | - |
YUV | 206.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 204 | 0.00 | 0 | 0.01 | 0.19 | 80 | 0.03 | 0.81 |
Hex | CE | CF | CC | 0 | 0 | 1 | 13 | 50 | 3 | 51 |
Octal | 316 | 317 | 314 | 0 | 0 | 1 | 23 | 120 | 3 | 121 |
Binary | 11001110 | 11001111 | 11001100 | 0 | 0 | 1 | 10011 | 1010000 | 11 | 1010001 |
Color Harmonies of #CECFCC
Complementary color
Monochromatic Colors of #CECFCC
Black with #CECFCC
Text Example
Text Example
White with #CECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFCC; }
p { color: rgb(206,207,204); }
H1.HeaderClassName
{
color: #CECFCC;
}
.AnyTagClassName
{
color: #CECFCC;
}
</style>
background-color css
<style>
a { background-color: #CECFCC; }
a { background-color: rgb(206,207,204); }
div.DivClassName
{
background-color: #CECFCC;
}
.BgClassName
{
background-color: #CECFCC;
}
</style>
border-color css
<style>
span { border-color: #CECFCC; }
span { border-color: rgb(206,207,204); }
td.TdClassName
{
border-color: #CECFCC;
}
.TagClassName
{
border-color: #CECFCC;
}
</style>